File: postinst

package info (click to toggle)
xml2 0.3-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 72 kB
  • ctags: 69
  • sloc: ansic: 596; makefile: 57; sh: 10
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$1" = "configure" ]; then
        if [ -d /usr/doc -a -h /usr/doc/xml2 -a -d /usr/share/doc/xml2 ]; then
                rm -f /usr/doc/xml2
        fi
fi

#DEBHELPER#