diff --git a/srcpkgs/fontconfig/INSTALL b/srcpkgs/fontconfig/INSTALL index 1daa9b2a8f..e614314b42 100644 --- a/srcpkgs/fontconfig/INSTALL +++ b/srcpkgs/fontconfig/INSTALL @@ -2,8 +2,6 @@ # This script builds fontconfig's fonts cache. # case "${ACTION}" in -pre) - ;; post) echo "Building fonts cache... " fc-cache -f >/dev/null diff --git a/srcpkgs/orientdb/INSTALL b/srcpkgs/orientdb/INSTALL index 403240f956..9757a0d4d5 100644 --- a/srcpkgs/orientdb/INSTALL +++ b/srcpkgs/orientdb/INSTALL @@ -1,9 +1,5 @@ # INSTALL case "$ACTION" in -pre) - # Actions to execute before the package files are unpacked. - echo - ;; post) if [ "$UPDATE" = "yes" ]; then # actions to execute if package is being updated. diff --git a/srcpkgs/perl-XML-SAX/INSTALL b/srcpkgs/perl-XML-SAX/INSTALL index 943dee2c46..93e18c8767 100644 --- a/srcpkgs/perl-XML-SAX/INSTALL +++ b/srcpkgs/perl-XML-SAX/INSTALL @@ -2,8 +2,6 @@ # This script registers the SAX parser into the registry. # case "${ACTION}" in -pre) - ;; post) LC_ALL=C perl -MXML::SAX -e \ "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" \ diff --git a/srcpkgs/perl-XML-SAX/REMOVE b/srcpkgs/perl-XML-SAX/REMOVE index 6f2e157a05..00cc838f0d 100644 --- a/srcpkgs/perl-XML-SAX/REMOVE +++ b/srcpkgs/perl-XML-SAX/REMOVE @@ -8,6 +8,4 @@ pre) 2>&1 >/dev/null [ $? -eq 0 ] && echo "Removed parser from XML::SAX registry." ;; -post) - ;; esac diff --git a/srcpkgs/xlunch/INSTALL b/srcpkgs/xlunch/INSTALL index e5b16e9a00..62025c9d58 100644 --- a/srcpkgs/xlunch/INSTALL +++ b/srcpkgs/xlunch/INSTALL @@ -3,8 +3,6 @@ # be an install script here... case "$ACTION" in - pre) - ;; post) mkdir -p etc/xlunch APPS=/usr/share/applications