File: postrm

package info (click to toggle)
sysnews 0.9-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 124 kB
  • ctags: 85
  • sloc: ansic: 974; makefile: 74; sh: 28
file content (8 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e

#DEBHELPER#

# Remove news items and directory on purge.
if [ "$1" = purge -a -d /var/lib/sysnews ]; then
	rm -rf /var/lib/sysnews
fi