Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://chrony_1.20-8_sparc.deb:323708/postrm  info  downloads

#!/bin/sh
set -e
# postrm for chrony John Hasler 1998-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain.  I waive all rights.
rm -f /var/lib/chrony/*
if [ -x /usr/bin/update-menus ] ; then 
	/usr/bin/update-menus
fi
if [ "$1" = "purge" ] ; then
	rm -rf /var/lib/chrony
	rm -rf /var/log/chrony
	rm -rf /etc/cron.weekly/chrony
	rm -rf /etc/ppp/ip-up.d/chrony
	rm -rf /etc/ppp/ip-down.d/chrony
	rm -rf /etc/chrony
	update-rc.d chrony remove >/dev/null
fi
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions