File: postinst

package info (click to toggle)
node 0.3.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 420 kB
  • ctags: 431
  • sloc: ansic: 3,379; makefile: 86; sh: 78
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/node -a -d /usr/share/doc/node ]; then
		ln -sf ../share/doc/node /usr/doc/node
	fi
fi