File: postinst

package info (click to toggle)
latrine 0.10.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 644 kB
  • ctags: 218
  • sloc: ansic: 2,386; sh: 330; makefile: 118
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = configure ] && [ -x "`which update-menus 2> /dev/null`" ]; then
	update-menus
fi

exit 0