File: postinst

package info (click to toggle)
gmt-tutorial 3.4-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 3,764 kB
  • ctags: 1
  • sloc: makefile: 21; sh: 5
file content (9 lines) | stat: -rw-r--r-- 209 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/gmt-tutorial -a -d /usr/share/doc/gmt-tutorial ]; then
                rm -f /usr/doc/gmt-tutorial
        fi
fi

#DEBHELPER#