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