chimera2/debian/postrm

6 lines
72 B
Plaintext
Raw Normal View History

#!/bin/sh -e
if [ -x /usr/bin/update-menus ]; then
update-menus
fi