summarylogtreecommitdiffstats
path: root/birdie.install
diff options
context:
space:
mode:
Diffstat (limited to 'birdie.install')
-rw-r--r--birdie.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/birdie.install b/birdie.install
deleted file mode 100644
index f878ac0bfdf8..000000000000
--- a/birdie.install
+++ /dev/null
@@ -1,16 +0,0 @@
-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"
-}