From 3c5ea83f8a0eaa050e1a9e4b9d8573594afbf947 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Sun, 23 Jun 2024 00:01:17 +0530 Subject: [PATCH] fix: pacman scripts --- auth/linux/packaging/pacman/make_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/linux/packaging/pacman/make_config.yaml b/auth/linux/packaging/pacman/make_config.yaml index 723b5ad540..c27c1c703f 100644 --- a/auth/linux/packaging/pacman/make_config.yaml +++ b/auth/linux/packaging/pacman/make_config.yaml @@ -42,10 +42,10 @@ postinstall_scripts: - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - if [ ! -e /usr/lib/libsodium.so.23 ]; then - - ln -s /usr/lib/libsodium.so /usr/lib/libsodium.so.23 + - " ln -s /usr/lib/libsodium.so /usr/lib/libsodium.so.23" - fi -postuninstall_scripts: +postupgrade_scripts: - post_install postremove_scripts: