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