summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-01-13 17:02:38 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-01-13 17:02:38 +0000
commitdaf1daf3c8b599e42b5fc95499aa8385afa7e408 (patch)
tree36ae5b6cb64b8767f6aadeebfc3411da73c2bc92 /data
parent7fea53d0a25b6cf411b8de6dcd53306625e0fd6d (diff)
downloadtotem-daf1daf3c8b599e42b5fc95499aa8385afa7e408.tar.gz
don't create a schema entry for ogm files (work-around #326870)
2006-01-13 Bastien Nocera <hadess@hadess.net> * data/schemas.sh: don't create a schema entry for ogm files (work-around #326870)
Diffstat (limited to 'data')
-rwxr-xr-xdata/schemas.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/data/schemas.sh b/data/schemas.sh
index 3b419e64f..68124fbef 100755
--- a/data/schemas.sh
+++ b/data/schemas.sh
@@ -27,7 +27,7 @@ schema()
upd_schema;
}
-MIMETYPES=`cat $1 | grep -v audio | grep -v "application/x-flac"`
+MIMETYPES=`cat $1 | grep -v audio | grep -v "application/x-flac" | grep -v "+"`
MIMETYPES="$MIMETYPES audio/x-pn-realaudio"
echo "<gconfschemafile>";
@@ -47,7 +47,7 @@ for i in $MIMETYPES ; do
schema;
done
-MIMETYPES=`cat $1 | grep -v short_list_application_ids_for_ | grep "\/" | grep audio | grep -v "audio/x-pn-realaudio"`
+MIMETYPES=`cat $1 | grep -v | grep "\/" | grep audio | grep -v "audio/x-pn-realaudio"`
for i in $MIMETYPES ; do
DIR=`echo $i | sed 's,/,@,'`
@@ -61,7 +61,6 @@ for i in $MIMETYPES ; do
DEFAULT="$COMMAND";
upd_schema;
done
-
echo " </schemalist>";
echo "</gconfschemafile>"