File: postinst

package info (click to toggle)
dstooltk-doc 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,024 kB
  • ctags: 451
  • sloc: perl: 753; makefile: 49; sh: 8
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/dstooltk-doc -a -d /usr/share/doc/dstooltk-doc ]; then
ln -sf ../share/doc/dstooltk-doc /usr/doc/dstooltk-doc
fi
fi