dépot de construction du paquet geneweb
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
260 B

#! /bin/sh
# prerm script for GeneWeb
#
# see: dh_installdeb(1)
set -e
#DEBHELPER#
# OK, lintian : you won't whine anymore...:-)
if ( test "$1" = "upgrade" || test "$1" = "remove" ) && test -L /usr/doc/geneweb ; then
rm -f /usr/doc/geneweb
fi
exit 0