File: postrm

package info (click to toggle)
apt-build 0.12.27
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 348 kB
  • ctags: 73
  • sloc: perl: 671; ansic: 159; sh: 145; makefile: 88
file content (9 lines) | stat: -rwxr-xr-x 95 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ]; then
    rm -f /etc/apt/apt-build.conf
fi

#DEBHELPER#