Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://dwww_1.9.23_i386.deb:100956/postrm  info  downloads

#!/bin/sh
#
# Debian postrm script for dwww.
# "@(#)dwww:$Id: dwww.postrm,v 1.1 2001/12/05 07:29:50 robert Exp $"
#

set -e

if [ "X$1" = "Xpurge" -a -d /etc/dwww ] ; then
	echo -n "Purging configuration data in /etc/dwww/ ... "
	rm -rf /etc/dwww
	echo "done."
fi

# Automatically added by dh_installmenu
inst=/etc/menu-methods/dwww
if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section
# 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


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