summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-01 23:31:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-01 23:31:50 +0900
commit147818c65285e4b37e88832f22ac47951a3a697c (patch)
tree4dcdf3f7059735f76cec46b0bc655ca5ab83591c /ubuntu
parentf770fa6ffcae2c4efa53dd01ca2d11a948fddcab (diff)
downloadtde-packaging-147818c65285e4b37e88832f22ac47951a3a697c.tar.gz
tde-packaging-147818c65285e4b37e88832f22ac47951a3a697c.zip
DEB: updated packaging filed for knutclient after removal of automake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/_base/applications/knutclient/debian/knutclient-trinity.menu (renamed from ubuntu/_base/applications/knutclient/debian/knutclient.menu)0
-rw-r--r--ubuntu/_base/applications/knutclient/debian/preinst52
-rw-r--r--ubuntu/_base/applications/knutclient/debian/watch2
3 files changed, 0 insertions, 54 deletions
diff --git a/ubuntu/_base/applications/knutclient/debian/knutclient.menu b/ubuntu/_base/applications/knutclient/debian/knutclient-trinity.menu
index c6844afcc..c6844afcc 100644
--- a/ubuntu/_base/applications/knutclient/debian/knutclient.menu
+++ b/ubuntu/_base/applications/knutclient/debian/knutclient-trinity.menu
diff --git a/ubuntu/_base/applications/knutclient/debian/preinst b/ubuntu/_base/applications/knutclient/debian/preinst
deleted file mode 100644
index 17d2ead82..000000000
--- a/ubuntu/_base/applications/knutclient/debian/preinst
+++ /dev/null
@@ -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
-
-
diff --git a/ubuntu/_base/applications/knutclient/debian/watch b/ubuntu/_base/applications/knutclient/debian/watch
deleted file mode 100644
index 231bd3e50..000000000
--- a/ubuntu/_base/applications/knutclient/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=2
-ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/knutclient-(.*?)\.tar\.gz debian uupdate