Ahenk/debian/postrm
2016-08-19 14:36:48 +03:00

7 lines
155 B
Bash

#!/bin/sh
# postrm script for ahenk
#
if [ -f /etc/pam.d/common-session.orig ]; then
mv -f /etc/pam.d/common-session.orig /etc/pam.d/common-session
fi