From: bahner Date: Mon, 20 Aug 2007 09:37:59 +0000 (+0000) Subject: Added forgotten shebang to postinst X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe036bf63db444a97b5c71e623758d6159d9694a;p=varnish Added forgotten shebang to postinst git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1874 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/debian/varnish.postinst b/varnish-cache/debian/varnish.postinst index 9c0d2cd2..6ec185b3 100644 --- a/varnish-cache/debian/varnish.postinst +++ b/varnish-cache/debian/varnish.postinst @@ -1,3 +1,6 @@ +#!/bin/sh + + # Automatically added by dh_installinit if [ -x "/etc/init.d/varnish" ]; then update-rc.d varnish defaults >/dev/null