diff options
Diffstat (limited to 'debian/argyll-ref.postinst')
-rw-r--r-- | debian/argyll-ref.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/argyll-ref.postinst b/debian/argyll-ref.postinst index 983848c..55f5836 100644 --- a/debian/argyll-ref.postinst +++ b/debian/argyll-ref.postinst @@ -23,8 +23,8 @@ set -e case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) - # Replace documentation directory with symlink - dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-ref argyll-doc -- "$@" + # Replace documentation directory symlink + dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-ref /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@" ;; *) |