summaryrefslogtreecommitdiff
path: root/debian/argyll.postrm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-25 22:19:12 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-25 22:19:12 +0200
commit800110ad9681e31a87fa2742c53ee8ef2541658f (patch)
tree6bb5da28197007f7205a00916ddf2683fd05bd6a /debian/argyll.postrm
parent98f5506bd75d0b9332bfb1041e1fc2b4f1587a09 (diff)
Debian bug #762850, #762853
Diffstat (limited to 'debian/argyll.postrm')
-rw-r--r--debian/argyll.postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/argyll.postrm b/debian/argyll.postrm
index 75bfc37..ce6c548 100644
--- a/debian/argyll.postrm
+++ b/debian/argyll.postrm
@@ -19,10 +19,10 @@ set -e
case "$1" in
purge)
rm -rf /var/lib/argyll
- dpkg-maintscript-helper dir_to_symlink /usr/share/doc/argyll argyll-doc -- "$@"
+ dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll argyll-doc -- "$@"
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- dpkg-maintscript-helper dir_to_symlink /usr/share/doc/argyll argyll-doc -- "$@"
+ dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll argyll-doc -- "$@"
;;
*)