summarylogtreecommitdiffstats
path: root/logdiag.install
diff options
context:
space:
mode:
authorPřemysl Janouch2015-09-26 22:32:27 +0200
committerPřemysl Janouch2015-09-26 22:32:27 +0200
commitae9004b98f2b7d760eab1657cf2fea8e20b2b1d4 (patch)
treec67d6e588a671486ea67d6ba92ed25bf856b65db /logdiag.install
downloadaur-ae9004b98f2b7d760eab1657cf2fea8e20b2b1d4.tar.gz
Initial commit
Diffstat (limited to 'logdiag.install')
-rw-r--r--logdiag.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/logdiag.install b/logdiag.install
new file mode 100644
index 000000000000..1e99bda2cf6d
--- /dev/null
+++ b/logdiag.install
@@ -0,0 +1,15 @@
+post_install () {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -qft /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_upgrade () {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}
+