File: postinst

package info (click to toggle)
rpncalc 1.31.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 828 kB
  • ctags: 262
  • sloc: sh: 2,624; ansic: 1,836; lex: 335; sed: 312; yacc: 118; makefile: 88
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (5)
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/rpncalc -a -d /usr/share/doc/rpncalc ]; then
    ln -sf ../share/doc/rpncalc /usr/doc/rpncalc
  fi
fi