annotate package-files/linux/deb/postrm @ 30:098c4f5507c7

Convert to JDK 15.
author David Barts <n5jrn@me.com>
date Mon, 13 Jun 2022 11:31:49 -0700
parents c310ec097194
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 #!/bin/sh
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 set -e
c310ec097194 Add Linux support.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi