File: prerm

package info (click to toggle)
menu 2.1.51
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,084 kB
  • sloc: cpp: 4,510; sh: 1,414; makefile: 225; 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#