File: prerm

package info (click to toggle)
nosql 3.1-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 267
  • sloc: cpp: 1,028; ansic: 915; awk: 732; perl: 502; tcl: 292; sh: 289; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

if [ -x  /usr/sbin/install-docs ]; then
  install-docs -r /usr/share/doc-base/nosql3
fi

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