* 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
 
 #!/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
        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
                ;;
        esac
 fi
+
+#DEBHELPER#