mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 03:23:42 +03:00
7 lines
155 B
Bash
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
|