File: postrm

package info (click to toggle)
lbcd 3.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,704 kB
  • ctags: 1,065
  • sloc: ansic: 11,073; sh: 1,823; perl: 503; makefile: 164
file content (9 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ]; then
    deluser --quiet --system lbcd > /dev/null || true
fi

#DEBHELPER#