]> err.no Git - varnish/commitdiff
Added forgotten shebang to postinst
authorbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 09:37:59 +0000 (09:37 +0000)
committerbahner <bahner@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 09:37:59 +0000 (09:37 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1874 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/varnish.postinst

index 9c0d2cd219193330caa95a7a8cc77ca0f0df46e1..6ec185b3ee2817c00a28202f8a7830e96c98b2c8 100644 (file)
@@ -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