source:
josm/trunk/linux/tested/DEBIAN/postinst@
15916
| Last change on this file since 15916 was 15916, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 186 bytes | |
| Rev | Line | |
|---|---|---|
| [7481] | 1 | #!/bin/sh |
| 2 | set -e | |
| 3 | # Automatically added by dh_installmenu | |
| [15916] | 4 | if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then |
| [7481] | 5 | update-menus |
| 6 | fi | |
| 7 | # End automatically added section |
Note:
See TracBrowser
for help on using the repository browser.
