File: postrm

package info (click to toggle)
authbind 2.1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: ansic: 489; makefile: 120; sh: 14
file content (6 lines) | stat: -rwxr-xr-x 68 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
set -e
if test "$1" = purge
then
	rm -rf /etc/authbind
fi