File: postinst

package info (click to toggle)
wmweather 2.4.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 492 kB
  • ctags: 114
  • sloc: ansic: 1,543; sh: 188; makefile: 90
file content (9 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = configure -a -x /usr/bin/update-menus ]; then
	update-menus
fi

exit 0