summaryrefslogtreecommitdiff
path: root/debian/argyll-dbg.postinst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 07:47:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-02 07:47:57 +0200
commit0ca0b3131872ce0a4e179839676e3fe7271ec565 (patch)
tree1eb86b923dc708dbd8c0ecb93ee0060543170467 /debian/argyll-dbg.postinst
parentc541e6e39e2365b99ed0e04aef3920ebb71b44f7 (diff)
changes at dpkg-maintscript-helper, typo at d/copyright
Diffstat (limited to 'debian/argyll-dbg.postinst')
-rw-r--r--debian/argyll-dbg.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/argyll-dbg.postinst b/debian/argyll-dbg.postinst
index a0b1290..d9dd8ae 100644
--- a/debian/argyll-dbg.postinst
+++ b/debian/argyll-dbg.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-dbg argyll-doc -- "$@"
+ # Replace documentation directory symlink
+ dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-dbg /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@"
;;
*)