summarylogtreecommitdiffstats
path: root/ibus-avro-git.install
diff options
context:
space:
mode:
authorMahmud Ridwan2016-09-25 16:41:03 +0600
committerMahmud Ridwan2016-09-25 16:41:03 +0600
commit96a188b0ba10c08175e7fb9cea08c00bd7e4c6da (patch)
treec75458b1b97484ef6203262829feaecf0c80b61e /ibus-avro-git.install
parenta0aac77615d4191da9d140e5b4fca34ac9e510fe (diff)
downloadaur-96a188b0ba10c08175e7fb9cea08c00bd7e4c6da.tar.gz
Fix issue where Avro produces Arabic characters
Diffstat (limited to 'ibus-avro-git.install')
-rwxr-xr-xibus-avro-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/ibus-avro-git.install b/ibus-avro-git.install
index 6354524b64b0..c19349f7230c 100755
--- a/ibus-avro-git.install
+++ b/ibus-avro-git.install
@@ -1,5 +1,5 @@
post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
@@ -8,4 +8,4 @@ post_upgrade() {
post_remove() {
post_install
-} \ No newline at end of file
+}