summaryrefslogtreecommitdiffstats
path: root/cmake/cpack/deb/postinst
blob: 318d280f8bc8f9ddeecc0ba5d5690f9cc3f28f55 (plain)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi