summarylogtreecommitdiffstats
path: root/lix.install
diff options
context:
space:
mode:
authorLucki2017-09-28 17:30:08 +0200
committerLucki2017-09-28 17:30:08 +0200
commit3a786aeef57e030371b83f8558e5dc605e7a415c (patch)
tree9848a56f87dd2c0b24e3fc51294ae08bbbf73467 /lix.install
parent9877ccf72e85a5f6e8f82464316c9b20bd31dcd8 (diff)
downloadaur-3a786aeef57e030371b83f8558e5dc605e7a415c.tar.gz
Update to v0.9.0 (LixD)
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
-}