Revision: 3934 http://gar.svn.sourceforge.net/gar/?rev=3934&view=rev Author: hson Date: 2009-03-25 04:17:18 +0000 (Wed, 25 Mar 2009)
Log Message: ----------- gtk-doc: Fix postinstall script, add postremove Modified Paths: -------------- csw/mgar/pkg/gtk-doc/trunk/Makefile csw/mgar/pkg/gtk-doc/trunk/checksums csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postinstall Added Paths: ----------- csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postremove Modified: csw/mgar/pkg/gtk-doc/trunk/Makefile =================================================================== --- csw/mgar/pkg/gtk-doc/trunk/Makefile 2009-03-25 00:47:43 UTC (rev 3933) +++ csw/mgar/pkg/gtk-doc/trunk/Makefile 2009-03-25 04:17:18 UTC (rev 3934) @@ -12,6 +12,7 @@ MASTER_SITES = $(GNOME_MIRROR) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += CSWgtk-doc.postinstall +DISTFILES += CSWgtk-doc.postremove CATALOGNAME_CSWgtk-doc = gtk_doc PREREQUISITE_PKGS += CSWsgmlcommon CSWxmlcommon CSWdocbookxsl Modified: csw/mgar/pkg/gtk-doc/trunk/checksums =================================================================== --- csw/mgar/pkg/gtk-doc/trunk/checksums 2009-03-25 00:47:43 UTC (rev 3933) +++ csw/mgar/pkg/gtk-doc/trunk/checksums 2009-03-25 04:17:18 UTC (rev 3934) @@ -1,2 +1,3 @@ 94e02c937b6970e79657c705159b7d17 download/gtk-doc-1.11.tar.gz -670ac741703e5c9e4be3fd3da6139fdf download/CSWgtk-doc.postinstall +72e00cf77c92c916732b8f0d9f8b29f0 download/CSWgtk-doc.postinstall +72e00cf77c92c916732b8f0d9f8b29f0 download/CSWgtk-doc.postremove Modified: csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postinstall =================================================================== --- csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postinstall 2009-03-25 00:47:43 UTC (rev 3933) +++ csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postinstall 2009-03-25 04:17:18 UTC (rev 3934) @@ -1,5 +1,5 @@ #!/bin/sh - +PATH=/opt/csw/bin:$PATH;export PATH if [ -x /opt/csw/bin/scrollkeeper-update ]; then /opt/csw/bin/scrollkeeper-update -o /opt/csw/share/omf/gtk-doc-manual fi Added: csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postremove =================================================================== --- csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postremove (rev 0) +++ csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postremove 2009-03-25 04:17:18 UTC (rev 3934) @@ -0,0 +1,5 @@ +#!/bin/sh +PATH=/opt/csw/bin:$PATH;export PATH +if [ -x /opt/csw/bin/scrollkeeper-update ]; then + /opt/csw/bin/scrollkeeper-update -o /opt/csw/share/omf/gtk-doc-manual +fi Property changes on: csw/mgar/pkg/gtk-doc/trunk/files/CSWgtk-doc.postremove ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel