Code

debian/po/: Added fi.po.
[pkg-mlmmj.git] / debian / mlmmj.postinst
1 #! /bin/sh
2 # postinst script for mlmmj
3 #
4 # see: dh_installdeb(1)
6 set -e
8 if [ -f /usr/share/debconf/confmodule ]
9 then
10 . /usr/share/debconf/confmodule
11 else
12         echo "No debconf installed"
13 fi
15 # dh_installdeb will replace this with shell code automatically
16 # generated by other debhelper scripts.
18 #DEBHELPER#