From 08eb5ec81deb39ad65b2ac6a7f3a4c62d24d4614 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 14 May 2019 22:29:56 +0300 Subject: [PATCH] puke: fix bug --- puke | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/puke b/puke index dd28bfc9..a63d252d 100755 --- a/puke +++ b/puke @@ -128,8 +128,7 @@ pkg_install() { pkg_remove "$name" 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" + "$sys_dir/$dbs_dir/$name/post-install" 2>/dev/null log "Installed $pkg" }