From 194e0d301d0f68f0856fa4816c5d0b1d5855be90 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 7 Mar 2024 11:36:14 +0530 Subject: [PATCH] @eshanized: push via push.sh!!! --- etc/pacman.d/hooks/snigdhaos-system-config-logo.hook | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/pacman.d/hooks/snigdhaos-system-config-logo.hook diff --git a/etc/pacman.d/hooks/snigdhaos-system-config-logo.hook b/etc/pacman.d/hooks/snigdhaos-system-config-logo.hook new file mode 100644 index 0000000..ec64a7a --- /dev/null +++ b/etc/pacman.d/hooks/snigdhaos-system-config-logo.hook @@ -0,0 +1,10 @@ +[Trigger] +Operation = Install +Operation = Upgrade +Type = Package +Target = snigdhaos-system-config + +[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