aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-17 18:43:30 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-17 18:43:30 +0200
commita29defcd148807b18eaf6f35b2bf20d8e6c4ac52 (patch)
tree2ccc65a645353439380e963dc7641a339d840cbd /Makefile
parent55cc8b83fc7b381f2c7ae2021a249eca2f148abe (diff)
downloadponysay-a29defcd148807b18eaf6f35b2bf20d8e6c4ac52.tar.gz
ponysay-a29defcd148807b18eaf6f35b2bf20d8e6c4ac52.tar.bz2
ponysay-a29defcd148807b18eaf6f35b2bf20d8e6c4ac52.zip
enjoy ponysay message when installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 598767d..af9fab3 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,24 @@ install: all
install "manuals/manpage.es.6.gz" "$(DESTDIR)/usr/share/man/es/man6/ponysay.6.gz"
ln -sf "ponysay.6.gz" "$(DESTDIR)/usr/share/man/es/man6/ponythink.6.gz"
+ @echo -e '\n\n'\
+'/--------------------------------------------------\\\n'\
+'| ___ |\n'\
+'| / (_) o |\n'\
+'| \__ _ _ __ |\n'\
+'| / / |/ | | / \_| | |\n'\
+'| \___/ | |_/|/\__/ \_/|/ |\n'\
+'| /| /| |\n'\
+'| \| \| |\n'\
+'| ____ |\n'\
+'| | _ \ ___ _ __ _ _ ___ __ _ _ _ |\n'\
+'| | |_) |/ _ \ | '\''_ \ | | | |/ __| / _` || | | | |\n'\
+'| | __/| (_) || | | || |_| |\__ \| (_| || |_| | |\n'\
+'| |_| \___/ |_| |_| \__, ||___/ \__,_| \__, | |\n'\
+'| |___/ |___/ |\n'\
+'\\--------------------------------------------------/'
+ @echo '' | ./ponysay -f ./`if [[ "$$TERM" = "linux" ]]; then echo ttyponies; else echo ponies; fi`/pinkiecannon.pony | tail --lines=30 ; echo -e '\n'
+
uninstall:
rm -fr "$(DESTDIR)/usr/share/ponysay/ponies"
rm -fr "$(DESTDIR)/usr/share/ponysay/ttyponies"