File: postrm

package info (click to toggle)
tkmail 4.0beta9-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,340 kB
  • ctags: 968
  • sloc: tcl: 13,256; ansic: 6,980; makefile: 349; sh: 79; sed: 57
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
# post remove script for the Debian GNU/Linux tkmail package

set -e

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