mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
Do not use absolute path in postinst command.
This commit is contained in:
parent
3a34a7005f
commit
0689f2dfd5
1 changed files with 1 additions and 1 deletions
2
debian/linkchecker.postinst
vendored
2
debian/linkchecker.postinst
vendored
|
|
@ -30,7 +30,7 @@ dpkg-maintscript-helper rm_conffile /etc/linkchecker/logging.conf 7.3 -- "$@"
|
|||
|
||||
# reload apache configuration
|
||||
if [ "$1" = "configure" -a -x /etc/init.d/apache2 ]; then
|
||||
/usr/sbin/invoke-rc.d apache2 reload || true
|
||||
invoke-rc.d apache2 reload || true
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue