File: libpam-wtmpdb.prerm

package info (click to toggle)
wtmpdb 0.75.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 4,222; xml: 715; sh: 81; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = remove ] && [ "${DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT:-1}" = 1 ]; then
    pam-auth-update --package --remove wtmpdb
fi

#DEBHELPER#