File: postinst

package info (click to toggle)
netris 0.52-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 252 kB
  • ctags: 356
  • sloc: ansic: 2,242; makefile: 74; sh: 9
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
# postinst script for netris
# copyright 2002++ by Gerfried Fuchs <rhonda@debian.at>
# Licenced the same way as netris itself

if [ "$1" != configure ]; then
	exit 0
fi

if [ -x /usr/bin/update-menus ]; then
	update-menus
fi