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