diff options
Diffstat (limited to 'debian/libpam-modules.postinst')
-rw-r--r-- | debian/libpam-modules.postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/libpam-modules.postinst b/debian/libpam-modules.postinst index ed6afbe2..36cdf2cb 100644 --- a/debian/libpam-modules.postinst +++ b/debian/libpam-modules.postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # If the user has removed the config file, respect this sign of dementia # -- only create on package install. |