view package-files/linux/deb/postinst @ 58:6b300da7d800

Update Readme, add License.
author David Barts <davidb@stashtea.com>
date Tue, 12 May 2020 16:23:43 -0700
parents bcbc92ffe0d0
children
line wrap: on
line source

#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi