File: acpid.postrm

package info (click to toggle)
acpid 1%3A2.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,096 kB
  • sloc: sh: 4,377; ansic: 4,307; perl: 283; makefile: 30
file content (9 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ]; then
	rm -f /var/backups/acpid-cruft.tar.gz
fi

#DEBHELPER#