File: diffmon.postinst

package info (click to toggle)
diffmon 20020222-9.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: sh: 1,789; sed: 21; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh 
set -e

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

#DEBHELPER#