File: postinst

package info (click to toggle)
installmanual-de 2.1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 560 kB
  • ctags: 26
  • sloc: lisp: 221; makefile: 146; sh: 89
file content (15 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

# dhelp processing
if [ -x /usr/sbin/dhelp_parse ]
then
    /usr/sbin/dhelp_parse -a /usr/doc/installmanual-de
fi

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