annotate package-files/linux/deb/postinst @ 31:99a0eb385c9a
default tip
Work around annoying Swing glitch.
author |
David Barts <n5jrn@me.com> |
date |
Sat, 20 Aug 2022 09:19:49 -0700 (2022-08-20) |
parents |
c310ec097194 |
children |
|
rev |
line source |
28
|
1 #!/bin/sh
|
|
2 set -e
|
|
3 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
|