From 7aa2bc3b449835dfb04db390cb8c992779a65fea Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 24 Jan 2012 12:12:34 +0100 Subject: [PATCH] use bash in postint script to avoid lintian warning --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 1df1c3c9..59ea1728 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Abort if any command returns an error value set -e