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