File: postrm

package info (click to toggle)
tripwire 1.2-15
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,428 kB
  • ctags: 866
  • sloc: ansic: 7,938; sh: 1,316; makefile: 425; yacc: 413; lex: 133; perl: 101
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Post-removal script for the Debian Tripwire distribution.

set -e
# Make sure we should be running...
if [ "$1" = "purge" ]
then
	/bin/rm -f /etc/tripwire/tw.fifo
fi