source:
trunk/debathena/debathena/libpam-debathena-home-type/debian/libpam-debathena-home-type.prerm
@
23227
Revision 23227, 133 bytes checked in by price, 16 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[23227] | 1 | #!/bin/sh |
2 | set -e | |
3 | ||
4 | if hash pam-auth-update 2>/dev/null; then | |
5 | pam-auth-update --package --remove debathena-home-type | |
6 | fi | |
7 | ||
8 | #DEBHELPER# |
Note: See TracBrowser
for help on using the repository browser.