]> git.deb.at Git - pkg/netris.git/blob - debian/postinst
5db3ee367bd4318c6e04b38f40572875e9f8b45d
[pkg/netris.git] / debian / postinst
1 #!/bin/sh
2 # debian/postinst script for netris
3 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
4 # Licenced under WTFPLv2
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