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" }