File: global.prerm

package info (click to toggle)
global 4.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,356 kB
  • ctags: 4,245
  • sloc: ansic: 26,150; lex: 1,471; perl: 1,233; sh: 1,032; lisp: 410; makefile: 158; yacc: 123
file content (10 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e
if [ "$1" = "remove" ];
then
	rm -f /usr/lib/cgi-bin/gsearch.cgi
	rm -f /usr/lib/cgi-bin/ghtml.cgi
fi

#DEBHELPER#