summaryrefslogtreecommitdiff
path: root/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst
blob: 04cbe176b27eef0e44dc4096f03cb28213b242b5 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
if [ "$1" = "configure" ]; then
   # Update Menus
   if [ -x update-menus ]; then
       update-menus;
   fi
fi