diff options
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 |