File: postinst

package info (click to toggle)
mkrboot 0.91
  • links: PTS
  • area: main
  • in suites: woody
  • size: 120 kB
  • ctags: 3
  • sloc: sh: 175; makefile: 38
file content (9 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/mkrboot -a -d /usr/share/doc/mkrboot ]; then
    ln -sf ../share/doc/mkrboot /usr/doc/mkrboot
  fi
fi