]> git.deb.at Git - pkg/netris.git/blob - debian/postrm
Fix Vcs-* fields
[pkg/netris.git] / debian / postrm
1 #!/bin/sh
2 # debian/postrm script for netris
3 # copyright 2002-2010 by Rhonda D'Vine <rhonda@debian.org>
4 # Licenced under WTFPLv2
5
6 set -e
7
8 if [ -x /usr/bin/update-menus ]; then
9         update-menus
10 fi