Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://amule-utils_2.2.1-1_armel.deb:429446/preinst  info  downloads

#! /bin/sh

set +e # yada yada

DIVERSIONS=`env LC_ALL=C /usr/sbin/dpkg-divert --list | grep -E 'by amule(-utils)?$'`

if [ -n "$DIVERSIONS" ]; then
    echo "$DIVERSIONS" | while read diversion of FILE to DIVERTED by PACKAGE; do
	dpkg-divert --package "$PACKAGE" --remove "$FILE"
    done

    for f in /usr/bin/ed2k* /usr/share/man/man1/ed2k*.1.gz; do
    	echo "Deleting $f"
	rm -f "$f"
    done
fi


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