diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-01 23:31:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-01 23:49:45 +0900 |
commit | 083ec40e4639919e9430f1efc25ef843b0efbc77 (patch) | |
tree | ae12d7fc17d6d6ec8fc9ed30f6f2ccfc9a2ad8af | |
parent | 5af84c8518006edc72b06a7a602f089910c86075 (diff) | |
download | tde-packaging-083ec40e4639919e9430f1efc25ef843b0efbc77.tar.gz tde-packaging-083ec40e4639919e9430f1efc25ef843b0efbc77.zip |
DEB: updated packaging filed for knutclient after removal of automake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 147818c65285e4b37e88832f22ac47951a3a697c)
-rw-r--r-- | debian/_base/applications/knutclient/debian/knutclient-trinity.menu (renamed from debian/_base/applications/knutclient/debian/knutclient.menu) | 0 | ||||
-rw-r--r-- | debian/_base/applications/knutclient/debian/preinst | 52 | ||||
-rw-r--r-- | debian/_base/applications/knutclient/debian/watch | 2 | ||||
-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/preinst | 52 | ||||
-rw-r--r-- | ubuntu/_base/applications/knutclient/debian/watch | 2 |
6 files changed, 0 insertions, 108 deletions
diff --git a/debian/_base/applications/knutclient/debian/knutclient.menu b/debian/_base/applications/knutclient/debian/knutclient-trinity.menu index c6844afcc..c6844afcc 100644 --- a/debian/_base/applications/knutclient/debian/knutclient.menu +++ b/debian/_base/applications/knutclient/debian/knutclient-trinity.menu diff --git a/debian/_base/applications/knutclient/debian/preinst b/debian/_base/applications/knutclient/debian/preinst deleted file mode 100644 index 17d2ead82..000000000 --- a/debian/_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/debian/_base/applications/knutclient/debian/watch b/debian/_base/applications/knutclient/debian/watch deleted file mode 100644 index 231bd3e50..000000000 --- a/debian/_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 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 |