File: postinst

package info (click to toggle)
twlog 1.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 187
  • sloc: ansic: 1,269; makefile: 88; sh: 8
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/twlog -a -d /usr/share/doc/twlog ]; then
		ln -sf ../share/doc/twlog /usr/doc/twlog
	fi
fi