summarylogtreecommitdiffstats
path: root/lix-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'lix-git.install')
-rw-r--r--lix-git.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/lix-git.install b/lix-git.install
deleted file mode 100644
index 87fc372697d8..000000000000
--- a/lix-git.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
-}