aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-05-12 02:19:59 +0200
committerMattias Andrée <maandree@operamail.com>2012-05-12 02:19:59 +0200
commita3677eae4affbe53430084f95b8d111a1cbd6245 (patch)
treec28eedbdb74d055ac4fd992ef96ad3328778639d /Makefile
parentfc2e89f44ea00e2c2082056426c7ef5793caa6c7 (diff)
downloadponysay-a3677eae4affbe53430084f95b8d111a1cbd6245.tar.gz
ponysay-a3677eae4affbe53430084f95b8d111a1cbd6245.tar.bz2
ponysay-a3677eae4affbe53430084f95b8d111a1cbd6245.zip
From ponysay-git in AUR by "gtmanfred" with adaption to [erkin]'s last push, and uninstall rutine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10794fa..045db2a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ install:
install "ponysay" "$(DESTDIR)/usr/bin/ponysay"
install -s "ponysaytruncater" "$(DESTDIR)/usr/bin/ponysaytruncater"
ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink"
+ install "zsh-completion.zsh" "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay"
+ install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
uninstall:
rm -fr "$(DESTDIR)/usr/share/ponies"
@@ -14,3 +16,5 @@ uninstall:
unlink "$(DESTDIR)/usr/bin/ponysay"
unlink "$(DESTDIR)/usr/bin/ponysaytruncater"
unlink "$(DESTDIR)/usr/bin/ponythink"
+ unlink "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay"
+ unlink "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"