diff options
| -rwxr-xr-x | sh/upd | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -150,6 +150,14 @@ pac () {  	# echo 1, printf 1 and yes 1 all works? not sure why  	# aur neovim-nightly-bin has some issue on 12/26/2021? switch to community repo neovim temporary  	#rm -rf ~/.cache/paru/clone/neovim-nightly-bin/ && echo 1 | PARU_PAGER=cat paru --rebuild --redownload neovim-nightly-bin +	if [ "$hostname" = xyzinsp ]; then +		case "$pacpacs" in +			*qt5-base*) echo 1 | PARU_PAGER=cat paru --rebuild qt5-styleplugins;; +		esac +		case "$pacpacs" in +			*qt6-base*) echo 1 | PARU_PAGER=cat paru --rebuild qt6-gtk2;; +		esac +	fi  	pacman -Qqme > "$XDG_CONFIG_HOME/myconf/pacman_Qqme"  	pacman -Qqne > "$XDG_CONFIG_HOME/myconf/pacman_Qqne"  	systemctl list-unit-files --state=enabled > "$XDG_CONFIG_HOME/myconf/sye" | 
