File: libpam-radius-auth.postinst

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 (9 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

pam-auth-update --package radius

#DEBHELPER#

exit 0