mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
puke: fix bug
This commit is contained in:
parent
39c28ffebc
commit
08eb5ec81d
3
puke
3
puke
@ -128,8 +128,7 @@ pkg_install() {
|
|||||||
pkg_remove "$name"
|
pkg_remove "$name"
|
||||||
tar pxvf "$bin_dir/$pkg.tar.gz" -k -C "$sys_dir/" 2>/dev/null
|
tar pxvf "$bin_dir/$pkg.tar.gz" -k -C "$sys_dir/" 2>/dev/null
|
||||||
|
|
||||||
[ -f "$sys_dir/$dbs_dir/$name/post-install" ] &&
|
"$sys_dir/$dbs_dir/$name/post-install" 2>/dev/null
|
||||||
"$sys_dir/$dbs_dir/$name/post-install"
|
|
||||||
|
|
||||||
log "Installed $pkg"
|
log "Installed $pkg"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user