File: prerm

package info (click to toggle)
s3mod 1.09-14
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 256 kB
  • ctags: 354
  • sloc: ansic: 2,919; makefile: 153; sh: 8
file content (5 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

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