From c007b4732db06380e8765e8884aeaa1b48876e45 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 2 Apr 2025 12:56:54 -0300 Subject: [PATCH] Add some other files --- dot_config/eget/eget.toml | 10 +++++++--- dot_config/eget/executable_post_install.sh | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dot_config/eget/eget.toml b/dot_config/eget/eget.toml index cbfa0bf..6329a2d 100644 --- a/dot_config/eget/eget.toml +++ b/dot_config/eget/eget.toml @@ -53,9 +53,13 @@ # ["srevinsaju/Firefox-Appimage"] # target = "~/.local/bin/firefox" -# tag = "firefox" -# asset_filters = [ ".AppImage", "^zsync" ] +# tag = "firefox" +# asset_filters = [ ".AppImage", "^zsync" ] ["BtbN/FFmpeg-Builds"] asset_filters = [ "^lgpl", "shared", "master", ".tar.xz" ] - all = true \ No newline at end of file + all = true + +# ["romkatv/zsh-bin"] +# asset_filters = [ "^asc" ] +# all = true \ No newline at end of file diff --git a/dot_config/eget/executable_post_install.sh b/dot_config/eget/executable_post_install.sh index ec705b2..1fb086e 100644 --- a/dot_config/eget/executable_post_install.sh +++ b/dot_config/eget/executable_post_install.sh @@ -43,7 +43,7 @@ if compgen -G "bash-completion*tar*" > /dev/null; then fi # Handle shared libraries -mv -f $(fd --glob "*.so*") ../lib +rsync --remove-source-files $(fd --glob "*.so*") ../lib # Unchange directory popd > /dev/null \ No newline at end of file