Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://am-utils_6.1.5-3_alpha.deb:406978/postrm  info  downloads

#!/bin/sh -e

CONFIG=/etc/default/am-utils

# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section


if [ "$1" = "purge" ] ; then
    test -x /usr/bin/ucf && ucf --purge $CONFIG
    rm -f /etc/default/am-utils
    update-rc.d am-utils remove
fi

if [ "$1" = remove ] && [ -f /etc/amd/config.disabled-by-am-utils ] && [ ! -f /etc/amd/config ]
then
    echo "Reenabling old amd package..."
    mv /etc/amd/config.disabled-by-am-utils /etc/amd/config
fi

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