File: postrm

package info (click to toggle)
netris 0.52-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 200 kB
  • ctags: 368
  • sloc: ansic: 2,294; makefile: 73; sh: 9
file content (6 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e
# postrm script for netris

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