diff options
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 |