summarylogtreecommitdiffstats
path: root/lix.install
diff options
context:
space:
mode:
Diffstat (limited to 'lix.install')
-rw-r--r--lix.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/lix.install b/lix.install
deleted file mode 100644
index 87fc372697d8..000000000000
--- a/lix.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo "Add your user to the games group to save configurations."
-}
-
-post_remove() {
- if [ -d "/opt/lix" ]; then
- rm -r /opt/lix
- fi
-}