File: postinst

package info (click to toggle)
alpine 2.26%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,756 kB
  • sloc: ansic: 362,804; tcl: 26,297; sh: 4,910; javascript: 3,789; makefile: 1,935; perl: 159; python: 119; xml: 93; exp: 69; sed: 16; cpp: 7
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (18)
1
2
3
4
5
#!/bin/sh
set -e
if [ -x /usr/bin/update-menus ]; then
  update-menus
fi