From fe036bf63db444a97b5c71e623758d6159d9694a Mon Sep 17 00:00:00 2001 From: bahner Date: Mon, 20 Aug 2007 09:37:59 +0000 Subject: [PATCH] Added forgotten shebang to postinst git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1874 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/debian/varnish.postinst | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5