Your IP : 3.14.131.159


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/x11-utils.postinst

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