summaryrefslogtreecommitdiff
path: root/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm')
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm7
1 files changed, 0 insertions, 7 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
deleted file mode 100755
index 7ce69a7e..00000000
--- a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
- if [ -x update-menus ]; then
- # Updates Menus
- update-menus;
- fi
-fi