File: preinst

package info (click to toggle)
meschach 1.2b-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,264 kB
  • ctags: 1,749
  • sloc: ansic: 21,958; makefile: 482; sh: 4
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh 
set -e

# kill the old doc directory, so the new one can be created in /usr/share/doc
if [ -d /usr/doc/#PACKAGE# ]; then
    rm -r /usr/doc/#PACKAGE#
fi

#DEBHELPER#