Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://wmclock_1.0.12.2-5_amd64.deb:30550/postrm  info  downloads

#!/bin/sh

set -e

case "$1" in
    remove)
        if [ -x /usr/bin/update-menus ]; then 
            update-menus; 
        fi
    ;;

    purge|upgrade|abort-install|abort-upgrade|disappear)
    ;;

    failed-upgrade)
        exit 1
    ;;

    *)
        echo "postrm called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac



exit 0
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions