File: postrm

package info (click to toggle)
netris 0.52-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 252 kB
  • ctags: 356
  • sloc: ansic: 2,242; makefile: 74; sh: 9
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e
# postrm script for netris
# copyright 2002++ by Gerfried Fuchs <rhonda@debian.at>
# Licenced the same way as netris itself

if [ -x /usr/bin/update-menus ]; then
	update-menus
fi