diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-03 06:02:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-03 06:02:34 +0200 |
commit | b96d7bfed4a01d266d2f15a4a5daedec1e77a526 (patch) | |
tree | 3d459238f2c08e82563c67f492c460f7513989dd /debian/argyll-ref.postinst | |
parent | 0ca0b3131872ce0a4e179839676e3fe7271ec565 (diff) |
changes at dpkg-maintscript-helper callsdebian/1.6.3-2
Diffstat (limited to 'debian/argyll-ref.postinst')
-rw-r--r-- | debian/argyll-ref.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/argyll-ref.postinst b/debian/argyll-ref.postinst index 55f5836..5584c80 100644 --- a/debian/argyll-ref.postinst +++ b/debian/argyll-ref.postinst @@ -24,7 +24,7 @@ case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) # Replace documentation directory symlink - dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-ref /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@" + dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-ref /usr/share/doc/argyll-doc 1.6.3-2~ -- "$@" ;; *) |