1
0
mirror of https://bitbucket.org/svk28/rac-gui synced 2024-09-21 08:48:04 +00:00
1c_rac-gui/debian/postinst

2 lines
109 B
Plaintext
Raw Normal View History

2019-07-23 10:09:26 +00:00
#!/bin/bash
update_menus_bin='/usr/bin/update-menus' && [ -x "$update_menus_bin" ] && "$update_menus_bin" ||: