mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
use set -e, as linda suggests
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@497 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
508e39c451
commit
a3147d1bd2
2 changed files with 4 additions and 4 deletions
4
debian/linkchecker.postinst
vendored
4
debian/linkchecker.postinst
vendored
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
#
|
||||
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
|
||||
# used by Bastian Kleineidam for LinkChecker
|
||||
|
||||
set -e
|
||||
PYTHON=python2.2
|
||||
SITEPACKAGES=/usr/lib/$PYTHON/site-packages
|
||||
DIRLIST=linkcheck
|
||||
|
|
|
|||
4
debian/linkchecker.prerm
vendored
4
debian/linkchecker.prerm
vendored
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
#
|
||||
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
|
||||
# used by Bastian Kleineidam for LinkChecker
|
||||
|
||||
set -e
|
||||
PACKAGE=linkchecker
|
||||
PYTHON=python2.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue