diff options
Diffstat (limited to 'dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm')
-rwxr-xr-x | dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm new file mode 100755 index 00000000..7ce69a7e --- /dev/null +++ b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then + if [ -x update-menus ]; then + # Updates Menus + update-menus; + fi +fi |