File: postinst

package info (click to toggle)
nlkt 0.3.2.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 388
  • sloc: cpp: 2,859; makefile: 52; sh: 5
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
#DEBHELPER#
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi