mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 19:31:02 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2903 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e03676a7ad
commit
790626411f
1 changed files with 4 additions and 5 deletions
9
debian/linkchecker.postinst
vendored
9
debian/linkchecker.postinst
vendored
|
|
@ -4,12 +4,11 @@
|
|||
# see: dh_installdeb(1)
|
||||
|
||||
case "$1" in
|
||||
configure|reconfigure|abort-upgrade|abort-remove|abort-deconfigure)
|
||||
break
|
||||
configure|reconfigure|abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
*)
|
||||
echo "postinst called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
*)
|
||||
echo "postinst called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue