summaryrefslogtreecommitdiffstats
path: root/misc/gnomehier/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /misc/gnomehier/files
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnomehier/files')
-rw-r--r--misc/gnomehier/files/dirlist99
-rw-r--r--misc/gnomehier/files/pkg-install.in8
2 files changed, 0 insertions, 107 deletions
diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist
deleted file mode 100644
index 65d17732c..000000000
--- a/misc/gnomehier/files/dirlist
+++ /dev/null
@@ -1,99 +0,0 @@
-etc/CORBA
-etc/CORBA/servers
-etc/X11
-etc/X11/serverconfig
-etc/X11/starthere
-etc/X11/sysconfig
-etc/gconf
-etc/gconf/gconf.xml.defaults
-etc/gconf/gconf.xml.mandatory
-etc/gconf/schemas
-etc/gnome
-etc/gnome/config
-etc/gnome-vfs-2.0
-etc/gnome-vfs-2.0/modules
-etc/sound
-etc/sound/events
-etc/vfs
-etc/vfs/modules
-include/gconf
-include/gdkcardimage
-include/gnome-1.0
-lib/GConf
-lib/bonobo
-lib/bonobo/monikers
-lib/bonobo/plugin
-lib/gnome-vfs-2.0
-lib/gnome-vfs-2.0/modules
-lib/vfs
-lib/vfs/modules
-libdata/bonobo
-libdata/bonobo/servers
-share/doc/libgda
-share/gnome
-share/gnome/applets
-share/gnome/applets/Amusements
-share/gnome/applets/Clocks
-share/gnome/applets/Monitors
-share/gnome/applets/Multimedia
-share/gnome/applets/Network
-share/gnome/applets/Utility
-share/gnome/application-registry
-share/gnome/applications
-share/gnome/apps
-share/gnome/apps/Applications
-share/gnome/apps/Audio
-share/gnome/apps/Development
-share/gnome/apps/Games
-share/gnome/apps/Graphics
-share/gnome/apps/Internet
-share/gnome/apps/Multimedia
-share/gnome/apps/Settings
-share/gnome/apps/Settings/Desktop
-share/gnome/apps/Settings/Documents
-share/gnome/apps/Settings/Peripherals
-share/gnome/apps/Settings/Session
-share/gnome/apps/System
-share/gnome/apps/Utilities
-share/gnome/capplets
-share/gnome/control-center
-share/gnome/control-center-2.0
-share/gnome/control-center-2.0/capplets
-share/gnome/control-center/Desktop
-share/gnome/control-center/Documents
-share/gnome/control-center/Peripherals
-share/gnome/control-center/Session
-share/gnome/control-center/capplets
-share/gnome/fonts
-share/gnome/games
-share/gnome/gnome-2.0
-share/gnome/gnome-2.0/ui
-share/gnome/gnome-about
-share/gnome/help
-share/gnome/help/fdl
-share/gnome/help/fdl/C
-share/gnome/help/gpl
-share/gnome/help/gpl/C
-share/gnome/help/lgpl
-share/gnome/help/lgpl/C
-share/gnome/icons
-share/gnome/idl
-share/gnome/images
-share/gnome/mc
-share/gnome/mc/templates
-share/gnome/mime-info
-share/gnome/oaf
-share/gnome/omf
-share/gnome/panel
-share/gnome/pixmaps
-share/gnome/pixmaps/document-icons
-share/gnome/pixmaps/splash
-share/gnome/sgml
-share/gnome/sgml/docbook
-share/gnome/sgml/docbook/gnome-customization-0.1
-share/gnome/sounds
-share/gnome/themes
-share/gnome/ui
-share/gnome/vfolders
-share/gnome/wm-properties
-share/gnome/xmodmap
diff --git a/misc/gnomehier/files/pkg-install.in b/misc/gnomehier/files/pkg-install.in
deleted file mode 100644
index 20e30328e..000000000
--- a/misc/gnomehier/files/pkg-install.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-case $2 in
-POST-INSTALL)
- /usr/sbin/mtree %%MTREE_ARGS%% ${PKG_PREFIX}
- exit 0
- ;;
-esac