File: prerm

package info (click to toggle)
rotix 0.83-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 108 kB
  • ctags: 16
  • sloc: ansic: 281; sh: 160; makefile: 93
file content (4 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/rotix ]; then
	rm -f /usr/doc/rotix
fi