File: postinst

package info (click to toggle)
gtkcookie 0.03-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 208 kB
  • ctags: 102
  • sloc: ansic: 1,557; makefile: 84; sh: 13
file content (11 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

test -x /usr/bin/update-menus && /usr/bin/update-menus || /bin/true

if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/gtkcookie -a -d /usr/share/doc/gtkcookie ]; then
		ln -sf ../share/doc/gtkcookie /usr/doc/gtkcookie
	fi
fi