File: postinst

package info (click to toggle)
pixmap 2.6pl4-14
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 800 kB
  • ctags: 1,559
  • sloc: ansic: 12,710; makefile: 866; sh: 6
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh -e

[ $1 = configure ] || exit 0

if [ -x /usr/bin/update-menus ] ; then update-menus ; fi