File: postinst

package info (click to toggle)
doc-debian-fr 1.2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 320 kB
  • ctags: 10
  • sloc: makefile: 76; sh: 8
file content (8 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
# post install script for the Debian GNU/Linux doc-debian-fr package

set -e

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