File: postrm

package info (click to toggle)
suidmanager 0.52
  • links: PTS
  • area: main
  • in suites: woody
  • size: 52 kB
  • sloc: sh: 47; perl: 34; makefile: 27
file content (8 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh

set -e

if [ "$1" = purge ]; then
	rm -f /etc/suid.conf
	rm -f /var/backups/suid.conf* 2>/dev/null || true 
fi