view package-files/linux/deb/postinst @ 57:94cd2d486adc

Tabs to spaces (argh).
author davidb
date Thu, 07 May 2020 17:15: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