diff --git a/wttr.install b/wttr.install deleted file mode 100644 index 6213e57..0000000 --- a/wttr.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install(){ -echo "Installation has just completed" -echo "you can run : wttr -h if you need help (i will do it for you now :D)" -wttr -h -} -post_remove(){ -echo "wttr has just removed from your computer" -echo "if there is any bug please let us know . firoozi128.af@gmail.com" -}