summaryrefslogtreecommitdiff
path: root/debian/argyll.postrm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 07:47:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 07:47:57 +0200
commit0ca0b3131872ce0a4e179839676e3fe7271ec565 (patch)
tree1eb86b923dc708dbd8c0ecb93ee0060543170467 /debian/argyll.postrm
parentc541e6e39e2365b99ed0e04aef3920ebb71b44f7 (diff)
changes at dpkg-maintscript-helper, typo at d/copyright
Diffstat (limited to 'debian/argyll.postrm')
-rw-r--r--debian/argyll.postrm7
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/argyll.postrm b/debian/argyll.postrm
index ce6c548..2d57e5d 100644
--- a/debian/argyll.postrm
+++ b/debian/argyll.postrm
@@ -17,12 +17,9 @@ set -e
# for details, see /usr/share/doc/packaging-manual/
case "$1" in
- purge)
+ purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
rm -rf /var/lib/argyll
- dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll argyll-doc -- "$@"
- ;;
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll argyll-doc -- "$@"
+ dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@"
;;
*)