File: postinst

package info (click to toggle)
wmwork 0.2.6-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 388 kB
  • sloc: ansic: 1,001; sh: 179; makefile: 90
file content (9 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

exit 0