File: postinst

package info (click to toggle)
josm 0.0.svn17428%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204,760 kB
  • sloc: java: 360,765; xml: 198,972; perl: 10,138; jsp: 250; sh: 123; makefile: 112; javascript: 74; python: 29
file content (7 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then
	update-menus
fi
# End automatically added section