DEB: updated packaging filed for knutclient after removal of automake files.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 147818c652)
pull/92/head
Michele Calgaro 4 years ago
parent 5af84c8518
commit 083ec40e46
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,52 +0,0 @@
#! /bin/sh
# preinst script for knutclient
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
#
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
upgrade)
# cleanup remaining doc from release prior to 0.7.2
if dpkg --compare-versions "$2" lt "0.7.2" ; then
# first pass for files
for i in `find /usr/share/doc/tde/HTML/*/knutclient/ -type f`
do
rm -f $i
done
# second pass for directories and empty parents
for i in `find /usr/share/doc/tde/HTML/*/knutclient/ -type d`
do
rmdir --ignore-fail-on-non-empty --parents $i
done
fi
;;
install|abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0

@ -1,2 +0,0 @@
version=2
ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/knutclient-(.*?)\.tar\.gz debian uupdate

@ -1,52 +0,0 @@
#! /bin/sh
# preinst script for knutclient
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
#
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
upgrade)
# cleanup remaining doc from release prior to 0.7.2
if dpkg --compare-versions "$2" lt "0.7.2" ; then
# first pass for files
for i in `find /usr/share/doc/tde/HTML/*/knutclient/ -type f`
do
rm -f $i
done
# second pass for directories and empty parents
for i in `find /usr/share/doc/tde/HTML/*/knutclient/ -type d`
do
rmdir --ignore-fail-on-non-empty --parents $i
done
fi
;;
install|abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0

@ -1,2 +0,0 @@
version=2
ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/knutclient-(.*?)\.tar\.gz debian uupdate
Loading…
Cancel
Save