File: postrm

package info (click to toggle)
wmpuzzle 0.5.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 400 kB
  • sloc: ansic: 948; sh: 193; makefile: 90
file content (9 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

exit 0