File: libpam-radius-auth.prerm

package info (click to toggle)
libpam-radius-auth 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 996 kB
  • sloc: sh: 2,840; ansic: 1,624; makefile: 83
file content (11 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
    pam-auth-update --package --remove radius
fi

#DEBHELPER#

exit 0