summaryrefslogtreecommitdiff
path: root/debian/argyll.preinst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-16 09:32:07 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-16 09:32:07 +0200
commit047b5603c45a7788719b4083723d771384c48855 (patch)
tree7e908542355a77ab7445efabe032190bc3669653 /debian/argyll.preinst
parent37df445514c0a0ec204f9e876d8c220e1fcfb955 (diff)
use dpkg-maintscript-helper dir_to_symlink for symlink doc dir
Diffstat (limited to 'debian/argyll.preinst')
-rw-r--r--debian/argyll.preinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/argyll.preinst b/debian/argyll.preinst
index 200ce8a..0c5c4a9 100644
--- a/debian/argyll.preinst
+++ b/debian/argyll.preinst
@@ -40,8 +40,10 @@ case "$1" in
rm_conffile argyll "/etc/udev/rules.d/45-Argyll.rules"
rm_conffile argyll "/etc/udev/rules.d/55-Argyll.rules"
fi
+ dpkg-maintscript-helper dir_to_symlink /usr/share/doc/argyll argyll-doc -- "$@"
;;
abort-upgrade)
+ dpkg-maintscript-helper dir_to_symlink /usr/share/doc/argyll argyll-doc -- "$@"
;;
*)
echo "preinst called with unknown argument \`$1'" >&2