File: tircd.postrm

package info (click to toggle)
tircd 0.30-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 452 kB
  • sloc: perl: 4,544; sh: 61; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	deluser --quiet --system tircd >/dev/null || true
	rm -rf /var/log/tircd
fi