summarylogtreecommitdiffstats
path: root/lollypop.install
diff options
context:
space:
mode:
Diffstat (limited to 'lollypop.install')
-rw-r--r--lollypop.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/lollypop.install b/lollypop.install
deleted file mode 100644
index 5e4abe5d8a4a..000000000000
--- a/lollypop.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}
-
-post_remove() {
- post_install
-}