diff options
Diffstat (limited to 'project/cmake/cpack/deb/postrm')
| -rwxr-xr-x | project/cmake/cpack/deb/postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/cmake/cpack/deb/postrm b/project/cmake/cpack/deb/postrm new file mode 100755 index 0000000..adc11fd --- /dev/null +++ b/project/cmake/cpack/deb/postrm | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | set -e | ||
| 3 | if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi | ||
