Your IP : 18.119.172.175


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/tasksel.postinst

#!/bin/sh
set -e
# Get tasksel's templates loaded up.
. /usr/share/debconf/confmodule
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi
# End automatically added section