]> git.deb.at Git - pkg/netris.git/blob - debian/postinst
Imported Debian patch 0.52-2
[pkg/netris.git] / debian / postinst
1 #!/bin/sh -e
2 # postinst script for netris
3
4 if [ "$1" != configure ]; then
5         exit 0
6 fi
7
8 if [ -x /usr/bin/update-menus ]; then
9         update-menus
10 fi