Your IP : 3.14.131.159


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

#!/bin/sh
set -e
# Automatically added by dh_installmenu/11.1.6ubuntu2
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi
# End automatically added section