summarylogtreecommitdiffstats
path: root/spotify.install
diff options
context:
space:
mode:
Diffstat (limited to 'spotify.install')
-rw-r--r--spotify.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/spotify.install b/spotify.install
deleted file mode 100644
index b8c7ebf27b7e..000000000000
--- a/spotify.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}