mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
if test -x /usr/bin/update-menus; then update-menus; fi
|