From 21abc33541d5390fde60c0ed20605169bee27a44 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 4 Mar 2024 12:38:03 +0530 Subject: [PATCH] @eshanized: push via script --- snigdhaos-neofetch/snigdhaos-neofetch.install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snigdhaos-neofetch/snigdhaos-neofetch.install diff --git a/snigdhaos-neofetch/snigdhaos-neofetch.install b/snigdhaos-neofetch/snigdhaos-neofetch.install new file mode 100644 index 00000000..e7d73371 --- /dev/null +++ b/snigdhaos-neofetch/snigdhaos-neofetch.install @@ -0,0 +1,7 @@ +post_install() { + echo -e "\n** The files have been installed in /etc/skel/.config/neofetch **\n" +} + +post_upgrade() { + post_install +} \ No newline at end of file