mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 12:33:28 +03:00
6 lines
174 B
Bash
6 lines
174 B
Bash
#!/bin/sh
|
|
# postrm script for ahenk
|
|
#
|
|
|
|
cp /etc/pam.d/common-session /etc/pam.d/common-session.before_remove_ahenk
|
|
cp /etc/pam.d/common-session.orig /etc/pam.d/common-session
|