File: postrm

package info (click to toggle)
xringd 1.20-27
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 256 kB
  • ctags: 106
  • sloc: ansic: 866; sh: 65; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = purge ]; then
	rm -f /etc/xringd.conf /etc/xringd.conf.bak
fi

#DEBHELPER#