Skip to content

Commit

Permalink
fix: pacman scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jun 22, 2024
1 parent a59ca2b commit 3c5ea83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/linux/packaging/pacman/make_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c5ea83

Please sign in to comment.