File: postrm

package info (click to toggle)
doc-linux-fr 1998.03-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,560 kB
  • ctags: 6
  • sloc: makefile: 69; sh: 16
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
# post remove script for the Debian GNU/Linux doc-linux-fr package

set -e

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