summaryrefslogtreecommitdiffstats
path: root/cmake/cpack/deb/postrm
blob: adc11fdec8de2dc9e7a1287231f6fc69e25d95f0 (plain)
1
2
3
#!/bin/sh
set -e
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi