summarylogtreecommitdiffstats
path: root/lollypop.install
diff options
context:
space:
mode:
authorFrederic Bezies2016-09-12 22:35:31 +0200
committerFrederic Bezies2016-09-12 22:35:31 +0200
commitf4a120eaca4938821642ce3c98126c9c69b42457 (patch)
tree33719157b3463665b1bd58c5ea73902909c3a925 /lollypop.install
parent48b52de46ff2198c83f556092e817ee96a1f7f47 (diff)
downloadaur-f4a120eaca4938821642ce3c98126c9c69b42457.tar.gz
updated and cleaned up package
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
-}