File: focalinux-html.postinst

package info (click to toggle)
focalinux 2010-09-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,212 kB
  • sloc: makefile: 151; sh: 10
file content (9 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

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

#DEBHELPER#