summarylogtreecommitdiffstats
path: root/lutris.install
diff options
context:
space:
mode:
Diffstat (limited to 'lutris.install')
-rw-r--r--lutris.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/lutris.install b/lutris.install
deleted file mode 100644
index c4361eea225a..000000000000
--- a/lutris.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: