diff options
author | abs <abs@pkgsrc.org> | 2001-10-11 16:21:31 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-10-11 16:21:31 +0000 |
commit | aa27b913cc5b9435181f3e5499ef55f0b79ca0d1 (patch) | |
tree | dc2d9558ba6c7715db8698de3e7df7d7c3d5dd00 | |
parent | 49141094b4c657f150f8a94bd3b27e2b6aef2505 (diff) | |
download | pkgsrc-aa27b913cc5b9435181f3e5499ef55f0b79ca0d1.tar.gz |
On unexec rm %D/share/omf/galeon/galeon-manual-C.omf if present, plus fix
some paths for xpkgwedge
-rw-r--r-- | www/galeon/pkg/PLIST | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/galeon/pkg/PLIST b/www/galeon/pkg/PLIST index 588d6503be1..92b27cdad5a 100644 --- a/www/galeon/pkg/PLIST +++ b/www/galeon/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/10/06 16:48:25 taya Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/10/11 16:21:31 abs Exp $ bin/galeon bin/galeon-bin bin/galeon-config-tool @@ -315,11 +315,12 @@ share/sounds/galeon/clicked.wav @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults %D/bin/gconftool --makefile-install-rule %D/etc/gconf/schemas/galeon.schemas @dirrm share/sounds/galeon @dirrm share/sounds -@exec /bin/mkdir -p /usr/X11R6/share/omf/galeon +@exec /bin/mkdir -p %D/share/omf/galeon +@unexec rm -f %D/share/omf/galeon/galeon-manual-C.omf @dirrm share/omf/galeon -@exec /bin/mkdir -p /usr/X11R6/share/gnome/help/galeon-manual/C/stylesheet-images +@exec /bin/mkdir -p %D/share/gnome/help/galeon-manual/C/stylesheet-images @dirrm share/gnome/help/galeon-manual/C/stylesheet-images -@exec /bin/mkdir -p /usr/X11R6/share/gnome/help/galeon-manual/C/figures +@exec /bin/mkdir -p %D/share/gnome/help/galeon-manual/C/figures @dirrm share/gnome/help/galeon-manual/C/figures @dirrm share/gnome/help/galeon-manual/C @dirrm share/gnome/help/galeon-manual |