File: devhelp-book-ggad.postinst

package info (click to toggle)
devhelp-books 0.1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,480 kB
  • ctags: 1
  • sloc: makefile: 42; sh: 33
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = "configure" ]; then
	test -L /usr/share/devhelp/books/ggad || \
	rm -rf /usr/share/devhelp/books/ggad ; \
	ln -sf ../../doc/ebook-dev-ggad/html /usr/share/devhelp/books/ggad
fi

#DEBHELPER#