summaryrefslogtreecommitdiff
path: root/tools/packages/deb_postrm
blob: a30dbac6772ab5a265ffcfd075998514a7273b12 (plain)
1
2
3
4
5
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section