File: postinst

package info (click to toggle)
authbind 2.1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: ansic: 489; makefile: 120; sh: 14
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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