Skip to content
Snippets Groups Projects
Commit 47636463 authored by sand's avatar sand
Browse files

Use debhelper for postinst script.

parent 2e824ce4
Branches
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
set -e
if [ -x /etc/init.d/ai-firewall ]; then
update-rc.d ai-firewall defaults >/dev/null
if [ -x /usr/sbin/invoke-rc.d ]; then
invoke-rc.d ai-firewall restart
else
/etc/init.d/ai-firewall restart
fi
fi
#DEBHELPER# #DEBHELPER#
exit 0 exit 0
ai-firewall (0.1-2) unstable; urgency=low
* Use debhelper for postinst script.
-- Autistici/Inventati <debian@autistici.org> Sun, 22 Jun 2014 19:12:21 +0000
ai-firewall (0.1-1) unstable; urgency=low ai-firewall (0.1-1) unstable; urgency=low
* Update debian package to start service at boot * Update debian package to start service at boot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment