]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- obsoleted
authoraflinta <aflinta@pld-linux.org>
Fri, 25 Mar 2005 00:09:04 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-gconf-schema-install -> 1.2
    rpm-gconf-schema-uninstall -> 1.2

rpm-gconf-schema-install [deleted file]
rpm-gconf-schema-uninstall [deleted file]

diff --git a/rpm-gconf-schema-install b/rpm-gconf-schema-install
deleted file mode 100755 (executable)
index fb3cf31..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-umask 022
-export GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults"
-if [ $# -gt 0 ] ; then
-    /usr/bin/gconftool-2 --makefile-install-rule \
-    "$@" > /dev/null 
-else
-    /usr/bin/gconftool-2 --makefile-install-rule \
-    /etc/gconf/schemas/*.schemas > /dev/null 
-fi
diff --git a/rpm-gconf-schema-uninstall b/rpm-gconf-schema-uninstall
deleted file mode 100755 (executable)
index cd22ab6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-umask 022
-export GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults"
-if [ $# -gt 0 ] ; then
-    /usr/bin/gconftool-2 --makefile-uninstall-rule \
-    "$@" > /dev/null 
-fi
This page took 0.072097 seconds and 4 git commands to generate.