summaryrefslogtreecommitdiff
path: root/debian/libpam0g.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-08-26 14:02:24 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:25:58 -0800
commit9b3aedeb47ac0f16f3a41d3a62d5161815de2555 (patch)
treee6a9a0323975e14baa2e4a36c4cf91308637c040 /debian/libpam0g.postinst
parent01a2f2e713d0ffcfd398e311f9f70984fbcec049 (diff)
Use /bin/sh instead of /bin/bash for libpam0g.postinst, since we've
confirmed there are no longer any bashisms there. Closes: #519973.
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r--debian/libpam0g.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index 4abe2bae..04d91b9e 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# postinst based heavily on the postinst of libssl0.9.8, courtesy of
# Christoph Martin.