File: postrm

package info (click to toggle)
ipkungfu 0.6.1-6.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 624 kB
  • sloc: sh: 3,195; makefile: 88; ansic: 71
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

if [ "$1" = purge ]; then
	rm -f /var/log/ipkungfu.* 
	rm -rf /etc/ipkungfu/
fi

#DEBHELPER#