File: apt-file.postrm

package info (click to toggle)
apt-file 2.0.8.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 128 kB
  • ctags: 27
  • sloc: perl: 335; makefile: 64; sh: 4
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh
# postremoval script for apt-file
set -e;

if [ "purge" = "$1" ]; then
	rm -fr /var/cache/apt/apt-file/
fi;