use bash in postint script to avoid lintian warning

This commit is contained in:
Dietmar Maurer 2012-01-24 12:12:34 +01:00
parent 987bb911d4
commit 7aa2bc3b44

2
debian/postinst vendored
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Abort if any command returns an error value
set -e