File: prerm

package info (click to toggle)
dstooltk-doc 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,024 kB
  • ctags: 451
  • sloc: perl: 753; makefile: 49; sh: 8
file content (4 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
#!/bin/sh
 if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/dstooltk-doc ]; then
   rm -f /usr/doc/dstooltk-doc
 fi