diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-02 07:47:57 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-02 07:47:57 +0200 |
commit | 0ca0b3131872ce0a4e179839676e3fe7271ec565 (patch) | |
tree | 1eb86b923dc708dbd8c0ecb93ee0060543170467 /debian/argyll.postinst | |
parent | c541e6e39e2365b99ed0e04aef3920ebb71b44f7 (diff) |
changes at dpkg-maintscript-helper, typo at d/copyright
Diffstat (limited to 'debian/argyll.postinst')
-rw-r--r-- | debian/argyll.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/argyll.postinst b/debian/argyll.postinst index 5c583c2..c25ef8c 100644 --- a/debian/argyll.postinst +++ b/debian/argyll.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 argyll-doc -- "$@" + # Replace documentation directory symlink + dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@" ;; *) |