summarylogtreecommitdiffstats
path: root/steadyflow.install
diff options
context:
space:
mode:
authorM0Rf302015-06-17 16:32:34 +0200
committerM0Rf302015-06-17 16:32:34 +0200
commit95b4643a560092efdde4c383281e5864c05725bd (patch)
treec31a0d5dcbe4ec8fafc8f31860f206da5305039f /steadyflow.install
downloadaur-steadyflow.tar.gz
Initial import
Diffstat (limited to 'steadyflow.install')
-rw-r--r--steadyflow.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/steadyflow.install b/steadyflow.install
new file mode 100644
index 000000000000..01434bc04870
--- /dev/null
+++ b/steadyflow.install
@@ -0,0 +1,17 @@
+post_install()
+{
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install $1
+}
+
+post_remove()
+{
+ post_install $1
+}
+