mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 21:22:21 +03:00
7 lines
174 B
Text
7 lines
174 B
Text
|
#!/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
|