diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-10 07:28:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-10 07:28:35 +0800 |
commit | 52c8a0d74cf366d2b5253e53a02a8e6132e28383 (patch) | |
tree | eb788fe499dba3a0c88b4b776ba43e15b338b43f /misc/gnomehier/files | |
parent | 3e35540c9ecc11afb8b228410a543ae3d7890a6c (diff) | |
download | marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar.gz marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar.bz2 marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar.lz marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar.xz marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.tar.zst marcuscom-ports-52c8a0d74cf366d2b5253e53a02a8e6132e28383.zip |
Cleanup of committed ports part #1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17220 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnomehier/files')
-rw-r--r-- | misc/gnomehier/files/dirlist | 128 | ||||
-rw-r--r-- | misc/gnomehier/files/pkg-install.in | 8 |
2 files changed, 0 insertions, 136 deletions
diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist deleted file mode 100644 index 1e48a75d2..000000000 --- a/misc/gnomehier/files/dirlist +++ /dev/null @@ -1,128 +0,0 @@ -etc/CORBA -etc/CORBA/servers -etc/X11 -etc/X11/serverconfig -etc/X11/starthere -etc/X11/sysconfig -etc/dconf -etc/dconf/db -etc/dconf/profile -etc/gconf -etc/gconf/gconf.xml.defaults -etc/gconf/gconf.xml.mandatory -etc/gconf/gconf.xml.system -etc/gconf/schemas -etc/gnome -etc/gnome-vfs-2.0 -etc/gnome-vfs-2.0/modules -etc/gnome/config -etc/mateconf -etc/mateconf/mateconf.xml.defaults -etc/mateconf/mateconf.xml.mandatory -etc/mateconf/mateconf.xml.system -etc/mateconf/schemas -etc/sound -etc/sound/events -etc/vfs -etc/vfs/modules -etc/xdg -etc/xdg/autostart -include/gconf -include/gdkcardimage -include/gnome-1.0 -lib/GConf -lib/bonobo -lib/bonobo/monikers -lib/bonobo/plugin -lib/girepository-1.0 -lib/gnome-vfs-2.0 -lib/gnome-vfs-2.0/modules -lib/mate-vfs-2.0 -lib/mate-vfs-2.0/modules -lib/matecomponent -lib/matecomponent-2.0 -lib/matecomponent-2.0/samples -lib/matecomponent/monikers -lib/vfs -lib/vfs/modules -libdata/bonobo -libdata/bonobo/servers -libdata/matecomponent -libdata/matecomponent/servers -share/MateConf -share/MateConf/gsettings -share/applets -share/applets/Amusements -share/applets/Clocks -share/applets/Monitors -share/applets/Multimedia -share/applets/Network -share/applets/Utility -share/application-registry -share/capplets -share/control-center -share/control-center-2.0 -share/control-center-2.0/capplets -share/control-center/Desktop -share/control-center/Documents -share/control-center/Peripherals -share/control-center/Session -share/control-center/capplets -share/control-center/keybindings -share/control-center/keybindings/gtk-modules -share/doc/libgda -share/gir-1.0 -share/gnome -share/gnome-2.0 -share/gnome-2.0/ui -share/gnome-about -share/gnome-control-center -share/gnome-control-center/keybindings -share/gnome-settings-daemon-3.0 -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/autostart -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/panel -share/gnome/ui -share/gnome/wm-properties -share/images -share/mate -share/mate-2.0 -share/mate-2.0/ui -share/mate-control-center -share/mate-control-center/keybindings -share/mate/help -share/mc -share/mc/templates -share/mime-info -share/oaf -share/omf -share/pixmaps/document-icons -share/pixmaps/splash -share/sgml/docbook -share/sgml/docbook/gnome-customization-0.1 -share/sounds -share/vala -share/vala/vapi -share/vfolders -share/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 |