Add: node_modules

This commit is contained in:
Cutls
2019-09-12 23:38:13 +09:00
parent 4769c83958
commit 25a1db84a4
7934 changed files with 956263 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/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

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Delete the link to the binary
rm -f '/usr/bin/${executable}'

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=<%= title %>
Comment=<%= comment %>
Exec=<%= executable %>
Terminal=false
Type=Application