File: prerm

package info (click to toggle)
xjig 2.4-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 412 kB
  • ctags: 1,155
  • sloc: cpp: 4,534; makefile: 735; sh: 14; perl: 5
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/bin/sh
set -e

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