Updated Italian translation by gmanz
[amule.git] / debian / amule.postinst
blobe0a6e36ae70125c03a542a37ddc2084f43007c2b
1 #!/bin/sh
3 set -e
5 #DEBHELPER#
7 if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi
9 exit 0