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

Tabs to spaces (argh).
author davidb
date Thu, 07 May 2020 17:15:43 -0700
parents d175593317a8
children
line wrap: on
line source

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