File: postrm

package info (click to toggle)
devscripts 2.9.26etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,752 kB
  • ctags: 323
  • sloc: perl: 8,642; sh: 3,590; makefile: 153; ansic: 17
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#! /bin/sh -e

if [ "$1" = purge ]
then
    rm -f /etc/devscripts.conf*
fi

#DEBHELPER#