From d055d4923c557d701646077778998e77181d73ee Mon Sep 17 00:00:00 2001 From: AmirrezaFiroozi Date: Mon, 6 Jun 2016 08:44:59 +0430 Subject: [PATCH] Delete wttr.install --- wttr.install | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 wttr.install 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" -}