From 5422399c4feabb409b146b84f8a7dee12b38b983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sat, 16 Oct 2010 20:49:23 -0300 Subject: Package directory. Here we'll put any PKGBUILD that is not on repos. --- pkgs/simpleid/simpleid.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgs/simpleid/simpleid.install (limited to 'pkgs/simpleid/simpleid.install') diff --git a/pkgs/simpleid/simpleid.install b/pkgs/simpleid/simpleid.install new file mode 100644 index 0000000..3cfeae9 --- /dev/null +++ b/pkgs/simpleid/simpleid.install @@ -0,0 +1,12 @@ +post_install(){ + echo "Generating /openid..." + ln -s /usr/share/webapps/simpleid/www /srv/http/openid + echo "Don't forget to set your hostname in /src/http/openid/config.inc" + echo "Also you must add /etc/webapps and /usr/share/webapps into" + echo "php.ini's open_basedir directive." +} + +post_remove(){ + echo "Removing soft links..." + rm /srv/http/openid +} -- cgit v1.2.2