File: postrm

package info (click to toggle)
sdc 1.0.8beta-8
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 1,400 kB
  • ctags: 874
  • sloc: lisp: 8,120; ansic: 967; makefile: 671; perl: 136; sh: 50
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# well maybe we could trim down the cases when this runs, but
# hey, this is how dh_installmenu does it
if [ -x /usr/bin/update-menus ] ; then update-menus ; fi

exit 0