]> git.deb.at Git - pkg/t-prot.git/commitdiff
Add #DEBHELPER# placeholder to debian/post* files
authorRhonda D'Vine <rhonda@debian.org>
Sun, 3 Jan 2016 19:42:53 +0000 (20:42 +0100)
committerRhonda D'Vine <rhonda@debian.org>
Sun, 3 Jan 2016 19:45:00 +0000 (20:45 +0100)
debian/changelog
debian/postinst
debian/postrm

index e155a986c644b083c2c8b1fd1b7c7df6565954bc..3b275caef76c65ea4c993489ef4fb19efba3fb13 100644 (file)
@@ -4,6 +4,7 @@ t-prot (3.4-4) UNRELEASED; urgency=medium
   * switch my name
   * Convert debian/rules to dh style.
   * Switch to debian source format 3.0 (quilt).
+  * Add #DEBHELPER# placeholder to debian/post* files.
 
   [ Axel Beckert ]
   * Switch background color in Muttrc from black to default
index 9c01cefcd4496fb91441feda0450716276b34821..c46314fc4c551729f3ab0747a14227c4a260040b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # postinst for t-prot
-# Copyright 2002-2010 by Rhonda D'Vine <rhonda@debian.org>
+# Copyright 2002-2016 by Rhonda D'Vine <rhonda@debian.org>
 # Licenced under WTFPLv2
 
 set -e
@@ -21,11 +21,6 @@ if [ "$action" != 'configure' ] && [ "$action" != 'reconfigure' ]; then
        exit 0
 fi
 
-# change existing symlink from ../Muttrc.t-prot to ../t-prot/Mutrc
-if [ "$version" = "2.1-1" ] && [ -L /etc/Muttrc.d/t-prot.rc ]; then
-       cd /etc/Muttrc.d && ln -sf ../t-prot/Muttrc t-prot.rc || true
-fi
-
 # if we got reinstalled after a remove, enable the config snippet again
 if [ "$action" = 'configure' ] && [ -e /etc/Muttrc.d/t-prot.rc.removed ] && [ ! -e /etc/Muttrc.d/t-prot.rc ]; then
        mv /etc/Muttrc.d/t-prot.rc.removed /etc/Muttrc.d/t-prot.rc || true
@@ -52,3 +47,5 @@ if [ "x$version" = "x" ] || [ "$action" = "reconfigure" ]; then
                ;;
        esac
 fi
+
+#DEBHELPER#
index f0f4aae75ede7c5f9a4e2d4e88942bc9eaf3e8c8..6661e9e4b3cab46402184a489079c71f1aea999a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # postrm for t-prot
-# Copyright 2002-2010 by Rhonda D'Vine <rhonda@debian.org>
+# Copyright 2002-2016 by Rhonda D'Vine <rhonda@debian.org>
 # Licenced under WTFPLv2
 
 set -e
@@ -25,3 +25,5 @@ case "$action" in
        fi
        ;;
 esac
+
+#DEBHELPER#