File: postrm

package info (click to toggle)
xvmount 3.6-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 88 kB
  • ctags: 81
  • sloc: ansic: 574; makefile: 73; sh: 17
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Debian standard handling
set -e
case $1 in
abort-*) exit 0;;
esac

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