From ebb007a0f9ae3b2eb7da8e2bdb8d07f229799f69 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 29 May 2009 18:22:30 +0200 Subject: Added post-add hook --- hooks/post-add | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hooks/post-add diff --git a/hooks/post-add b/hooks/post-add new file mode 100644 index 0000000..b22ca19 --- /dev/null +++ b/hooks/post-add @@ -0,0 +1,3 @@ +## vim:ft=zsh +mkdir -p $PKG_DIR/.collected/perl_libs +ln -s ../../simplestore/lib/Simplestore.pm $PKG_DIR/.collected/perl_libs -- cgit v1.2.3