comparison package-files/linux/deb/postinst @ 35:bcbc92ffe0d0

Makes a .deb file at long last, but Duke still shows up as an icon in the dock.
author David Barts <n5jrn@me.com>
date Thu, 30 Apr 2020 21:22:30 -0700
parents d175593317a8
children
comparison
equal deleted inserted replaced
34:d175593317a8 35:bcbc92ffe0d0
1 #!/bin/sh 1 #!/bin/sh
2 set -e 2 set -e
3 if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi 3 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi