summaryrefslogtreecommitdiff
path: root/tools/packages/deb_postinst
blob: d0d5f4dfe38bb0b30b061a88d9c6aeae00d2c54f (plain)
1
2
3
4
5
6
7
#!/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