[go: up one dir, main page]

File: postinst

package info (click to toggle)
sccw 1.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 80 kB
  • ctags: 37
  • sloc: ansic: 372; makefile: 43; sh: 8
file content (6 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -e
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/sccw -a -d /usr/share/doc/sccw ]; then
		ln -sf ../share/doc/sccw /usr/doc/sccw
	fi
fi