thedesk/app/node_modules/app-builder-lib/templates/linux/after-install.tpl
2019-09-12 23:38:13 +09:00

7 lines
207 B
Smarty

#!/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