summarylogtreecommitdiffstats
path: root/birdie.install
diff options
context:
space:
mode:
Diffstat (limited to 'birdie.install')
-rw-r--r--birdie.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/birdie.install b/birdie.install
new file mode 100644
index 000000000000..f878ac0bfdf8
--- /dev/null
+++ b/birdie.install
@@ -0,0 +1,16 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+ post_install "$1"
+}
+
+post_remove()
+{
+ post_install "$1"
+}