File: python-imaging-doc-pdf.postinst

package info (click to toggle)
python-imaging-doc-handbook 1.1.2-1.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 436 kB
  • ctags: 1
  • sloc: makefile: 29; sh: 10
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

#DEBHELPER#