File: prerm

package info (click to toggle)
acidwarp 1.0-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 280 kB
  • ctags: 130
  • sloc: ansic: 1,885; makefile: 54; sh: 8
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
#!/bin/sh -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/acidwarp ]; then
  rm -f /usr/doc/acidwarp
fi