diff options
author | Julien BLACHE <jblache@debian.org> | 2008-11-26 22:35:41 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:48 +0000 |
commit | b85ae08349167bed47c71ed7ace8acd275b9ab22 (patch) | |
tree | 94694d586ca7782fb453bf07c5251e02b52843d9 /debian/xsane.postinst | |
parent | e5485fc0e6e11763f1e4d309c5ccced01802974d (diff) | |
parent | dc7150ada6000f0c8e6ee61da9598573d3b63b7f (diff) |
Imported Debian patch 0.996-1debian/0.996-1
Diffstat (limited to 'debian/xsane.postinst')
-rw-r--r-- | debian/xsane.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/xsane.postinst b/debian/xsane.postinst index 3a7af58..b0b66df 100644 --- a/debian/xsane.postinst +++ b/debian/xsane.postinst @@ -1,5 +1,7 @@ #!/bin/sh +set -e + HTMLDOCDIR=/usr/share/doc/xsane/html NEWHTMLDOCDIR=../xsane-common/html |