File: prerm

package info (click to toggle)
menu 2.1.49
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,044 kB
  • sloc: cpp: 4,507; sh: 1,212; makefile: 234; perl: 104; ansic: 52
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

test -x /usr/bin/update-menus && update-menus --remove --trigger
chmod a-x /usr/bin/update-menus

#DEBHELPER#