File: postrm

package info (click to toggle)
josm 0.0.svn19369%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 243,336 kB
  • sloc: java: 490,598; xml: 201,669; perl: 10,314; jsp: 265; sh: 199; makefile: 120; javascript: 74; python: 60
file content (5 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (24)
1
2
3
4
5
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus ; fi
# End automatically added section