diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-16 09:32:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-16 09:32:07 +0200 |
commit | 047b5603c45a7788719b4083723d771384c48855 (patch) | |
tree | 7e908542355a77ab7445efabe032190bc3669653 /debian/argyll.preinst | |
parent | 37df445514c0a0ec204f9e876d8c220e1fcfb955 (diff) |
use dpkg-maintscript-helper dir_to_symlink for symlink doc dir
Diffstat (limited to 'debian/argyll.preinst')
-rw-r--r-- | debian/argyll.preinst | 2 |
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 |