summarylogtreecommitdiffstats
path: root/translator.install
diff options
context:
space:
mode:
authortydell2015-06-12 15:12:22 +0200
committertydell2015-06-12 15:12:22 +0200
commitbd6da0fcd3c6ce5dfb8904eeff1d8e47dbaa0ee3 (patch)
treec2436bf05f332d9835f65c8e0c02a00cdf7f8027 /translator.install
downloadaur-bd6da0fcd3c6ce5dfb8904eeff1d8e47dbaa0ee3.tar.gz
Initial import
Diffstat (limited to 'translator.install')
-rwxr-xr-xtranslator.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/translator.install b/translator.install
new file mode 100755
index 000000000000..826f632e9bfa
--- /dev/null
+++ b/translator.install
@@ -0,0 +1,16 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+# vim: ts=2 sw=2 et: \ No newline at end of file