summarylogtreecommitdiffstats
path: root/vocal-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'vocal-git.install')
-rw-r--r--vocal-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/vocal-git.install b/vocal-git.install
new file mode 100644
index 000000000000..c9f57096de63
--- /dev/null
+++ b/vocal-git.install
@@ -0,0 +1,17 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et: