summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/menu-format/item-has-needs-dwww/build-spec/debian/postrm
blob: c2274f37225a2f14b66196ebd98956323ca02237 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
if type update-menus >/dev/null 2>&1 ; then
    update-menus
fi

#DEBHELPER#