mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
install terminus into /usr/bin on Debian (fixes #433)
This commit is contained in:
parent
0d37f4736a
commit
3fd57e81a6
2 changed files with 6 additions and 1 deletions
4
build/linux/after-install.tpl
Normal file
4
build/linux/after-install.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Link to the binary
|
||||
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
|
|
@ -120,7 +120,8 @@
|
|||
"libxtst6",
|
||||
"libnss3",
|
||||
"tmux"
|
||||
]
|
||||
],
|
||||
"afterInstall": "build/linux/after-install.tpl"
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
|
|
Loading…
Reference in a new issue