]> git.deb.at Git - pkg/netris.git/blob - debian/postinst
Imported Debian patch 0.52-8
[pkg/netris.git] / debian / postinst
1 #!/bin/sh
2 # postinst script for netris
3 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
4 # Licenced under BSD style
5
6 set -e
7
8 if [ "$1" != configure ]; then
9         exit 0
10 fi
11
12 if [ -x /usr/bin/update-menus ]; then
13         update-menus
14 fi