thedesk/app/node_modules/app-builder-lib/templates/linux/after-install.tpl

7 lines
207 B
Smarty
Raw Normal View History

2019-09-13 00:38:13 +10:00
#!/bin/bash
# Link to the binary
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
update-mime-database /usr/share/mime || true
update-desktop-database /usr/share/applications || true