diff -r bca1fb717911 -r 5f15d749c024 gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst
--- a/gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst	Fri Nov 10 19:21:45 2006 +0000
+++ b/gst-plugins-nuvdemux/debian/maemo-nuvdemux.postinst	Mon Apr 09 15:19:15 2007 +0100
@@ -10,7 +10,7 @@
 
 # Register a new type on Osso Media Server
 if [ -x /usr/bin/gconftool-2 ] ; then
-    /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/osso_media_server_nuv.schemas
+    /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas
 fi
 
 exit 0