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.preinst | |
parent | c541e6e39e2365b99ed0e04aef3920ebb71b44f7 (diff) |
changes at dpkg-maintscript-helper, typo at d/copyright
Diffstat (limited to 'debian/argyll.preinst')
-rw-r--r-- | debian/argyll.preinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/argyll.preinst b/debian/argyll.preinst index 126f48c..ddc8803 100644 --- a/debian/argyll.preinst +++ b/debian/argyll.preinst @@ -16,7 +16,7 @@ set -e case "$1" in install|upgrade|abort-upgrade) - dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll argyll-doc -- "$@" + dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll /usr/share/doc/argyll-doc 1.6.3-1~ -- "$@" ;; *) echo "preinst called with unknown argument \`$1'" >&2 |