File: postinst

package info (click to toggle)
snack 2.0.7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,240 kB
  • ctags: 2,672
  • sloc: ansic: 26,124; sh: 7,557; tcl: 936; python: 431; makefile: 323
file content (8 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/libsnack2 -a -d /usr/share/doc/libsnack2 ]; then
		ln -sf ../share/doc/libsnack2 /usr/doc/libsnack2
	fi
fi
# End automatically added section