File: postinst

package info (click to toggle)
gpe-lights 0.13-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 148 kB
  • ctags: 86
  • sloc: ansic: 781; xml: 72; makefile: 52; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#! /bin/sh

if test -x /usr/bin/update-menus; then
    update-menus;
fi

# return success
exit 0;