upgpkg: discord-electron 0.0.39-3: fix launcher
* Fix launcher error if config variable not set but rizin is installed * Fix typo
This commit is contained in:
parent
9ce663bcc3
commit
92981e8b1f
4 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
post_upgrade() {
|
||||
# return if old package version is greater than or equal to 0.0.39-1...
|
||||
# return if old package version is greater than or equal to 0.0.39-2...
|
||||
(( $(vercmp $2 '0.0.39-2') >= 0 )) && return
|
||||
|
||||
cat <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue