Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://armagetron_0.2.7.0-1_hppa.deb:1275314/preinst  info  downloads

#!/bin/sh -e

# allow /usr/share/doc/armagetron to be replaced by symlink in upgrade
orig=/usr/share/doc/armagetron
backup=/usr/share/doc/TMP-upgrade_armagetron
if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt 0.2; then
	mv -f $orig $backup || true
fi
if [ "$1" = "abort-upgrade" ] && dpkg --compare-versions "$2" lt 0.2; then
	mv -f $backup $orig || true
fi


Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 Oliver Maruhn