File: libpam-malcontent.prerm

package info (click to toggle)
malcontent 0.11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,588 kB
  • sloc: ansic: 7,237; python: 424; xml: 377; sh: 36; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#