File: prerm

package info (click to toggle)
global 3.55-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,336 kB
  • ctags: 1,634
  • sloc: ansic: 12,863; perl: 1,670; lisp: 325; sh: 188; makefile: 95
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
#! /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