File: postrm

package info (click to toggle)
tworld 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,620 kB
  • ctags: 1,407
  • sloc: ansic: 12,442; perl: 2,465; makefile: 191; sh: 16
file content (8 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e
# postrm script for tworld
# copyright 2006-2008 by Gerfried Fuchs <rhonda@debian.at>
# Licenced BSD style

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