]> git.deb.at Git - pkg/netris.git/blob - debian/postrm
Bump Standards-Version to 3.9.0
[pkg/netris.git] / debian / postrm
1 #!/bin/sh
2 # postrm 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 [ -x /usr/bin/update-menus ]; then
9         update-menus
10 fi