summarylogtreecommitdiffstats
path: root/rhythmbox.install
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-05-09 00:23:30 +0200
committerAdriĆ  Arrufat2017-05-09 00:23:30 +0200
commite299fc7c11be60fc2b19de100ae347602d5e7a3f (patch)
tree0add76a7cded82a4457b4d4838b79df5f9d18604 /rhythmbox.install
parentcd64411a0e209a3aa3e11919733557eeec7d1071 (diff)
downloadaur-e299fc7c11be60fc2b19de100ae347602d5e7a3f.tar.gz
remove install file
Diffstat (limited to 'rhythmbox.install')
-rw-r--r--rhythmbox.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/rhythmbox.install b/rhythmbox.install
deleted file mode 100644
index e02ee2c16a30..000000000000
--- a/rhythmbox.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}