File: postrm

package info (click to toggle)
tvoe 0.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 160 kB
  • ctags: 125
  • sloc: ansic: 826; yacc: 122; lex: 44; sh: 44; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	deluser --system --quiet Debian_tvoe || true
fi