summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-gconf-defaults
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-08 04:30:49 +0000
committerjoeyh <joeyh>2006-01-08 04:30:49 +0000
commita526b567bfbb3fd9d0c7332922c5e5f571fd38a2 (patch)
tree95ecc6142d5d856f42b687d334dacc8ebce97e8e /autoscripts/postinst-gconf-defaults
parentdcdf9deae35b4d456ab3f3fbe6769db64352e136 (diff)
r1845: add
Diffstat (limited to 'autoscripts/postinst-gconf-defaults')
-rw-r--r--autoscripts/postinst-gconf-defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-gconf-defaults b/autoscripts/postinst-gconf-defaults
new file mode 100644
index 00000000..1d84aa40
--- /dev/null
+++ b/autoscripts/postinst-gconf-defaults
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
+ update-gconf-defaults
+fi