From b0e31090c37ddfff809bf565aed55bf69c3b7965 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 7 Mar 2024 11:36:45 +0530 Subject: [PATCH] @eshanized: push via push.sh!!! --- etc/pacman.d/hooks/filesystem-logo.hook | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/pacman.d/hooks/filesystem-logo.hook diff --git a/etc/pacman.d/hooks/filesystem-logo.hook b/etc/pacman.d/hooks/filesystem-logo.hook new file mode 100644 index 0000000..7d303c8 --- /dev/null +++ b/etc/pacman.d/hooks/filesystem-logo.hook @@ -0,0 +1,10 @@ +[Trigger] +Operation = Install +Operation = Upgrade +Type = Package +Target = filesystem + +[Action] +Description = Change to Snigdha OS specific logo +When = PostTransaction +Exec = /bin/sh -c "cp /usr/share/pixmaps/snigdhaos.svg /usr/share/pixmaps/archlinux.svg" \ No newline at end of file