]> git.deb.at Git - pkg/netris.git/blob - debian/postinst
32be2bddc7a91134b2f4ecc3ecefa7db97802f1c
[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