File: postrm

package info (click to toggle)
nlkt 0.3.2.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 352 kB
  • ctags: 388
  • sloc: cpp: 2,867; makefile: 25; sh: 7
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

#DEBHELPER#
# Automatically added by dh_installmenu
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section