diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-10 11:19:43 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-10 11:26:18 +0000 |
commit | a1ded73b5329e421a05b70bf6cbcea3475d16deb (patch) | |
tree | 4d78040fcc52e11e49e33bbe4d7b3732c23dd6ef /testing/nemo/nemo.post-upgrade | |
parent | 5e89bd802a5ef04b2379a3bca5116cfc0a070731 (diff) | |
download | aports-a1ded73b5329e421a05b70bf6cbcea3475d16deb.tar.bz2 aports-a1ded73b5329e421a05b70bf6cbcea3475d16deb.tar.xz |
testing/nemo: compile glib schemas
Diffstat (limited to 'testing/nemo/nemo.post-upgrade')
-rw-r--r-- | testing/nemo/nemo.post-upgrade | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/nemo/nemo.post-upgrade b/testing/nemo/nemo.post-upgrade new file mode 100644 index 0000000000..772791e6f3 --- /dev/null +++ b/testing/nemo/nemo.post-upgrade @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + |