Change license header, remove stale pkg files.
[shibboleth/cpp-opensaml.git] / postinstall
diff --git a/postinstall b/postinstall
deleted file mode 100644 (file)
index da3f9ec..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-cd ${CLIENT_BASEDIR}/share/xml/opensaml
-
-sed "s|uri=\".*/share/xml/opensaml/\(.*\)\"|uri=\"${CLIENT_BASEDIR}/share/xml/opensaml/\1\"|1" saml10-catalog.xml > catalog.xml.tmp
-mv catalog.xml.tmp saml10-catalog.xml
-chmod 644 saml10-catalog.xml
-
-sed "s|uri=\".*/share/xml/opensaml/\(.*\)\"|uri=\"${CLIENT_BASEDIR}/share/xml/opensaml/\1\"|1" saml11-catalog.xml > catalog.xml.tmp
-mv catalog.xml.tmp saml11-catalog.xml
-chmod 644 saml11-catalog.xml
-
-sed "s|uri=\".*/share/xml/opensaml/\(.*\)\"|uri=\"${CLIENT_BASEDIR}/share/xml/opensaml/\1\"|1" saml20-catalog.xml > catalog.xml.tmp
-mv catalog.xml.tmp saml20-catalog.xml
-chmod 644 saml20-catalog.xml
-
-exit 0