summaryrefslogtreecommitdiff
path: root/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
blob: 7ce69a7e8cf0cd6fc91572de396a90a6d36f540f (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
   if [ -x update-menus ]; then
       # Updates Menus
       update-menus;
   fi
fi