mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 01:19:58 +00:00
install terminus into /usr/bin on Debian (fixes #433)
This commit is contained in:
parent
0d37f4736a
commit
3fd57e81a6
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",
|
"libxtst6",
|
||||||
"libnss3",
|
"libnss3",
|
||||||
"tmux"
|
"tmux"
|
||||||
]
|
],
|
||||||
|
"afterInstall": "build/linux/after-install.tpl"
|
||||||
},
|
},
|
||||||
"rpm": {
|
"rpm": {
|
||||||
"depends": [
|
"depends": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user