summarylogtreecommitdiffstats
path: root/zram-swap.install
diff options
context:
space:
mode:
authorScott B2021-08-22 04:49:32 -0700
committerScott B2021-08-22 04:49:32 -0700
commitbd5f474b59abe924eadaaaeb7fbecc6edc39f87f (patch)
treefea2246fee665a5510fa25401977815c0882e834 /zram-swap.install
parent4ddb958cbea93812886c4a6582e0ea746542e9b1 (diff)
downloadaur-bd5f474b59abe924eadaaaeb7fbecc6edc39f87f.tar.gz
added simple 1st run install script
Diffstat (limited to 'zram-swap.install')
-rw-r--r--zram-swap.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/zram-swap.install b/zram-swap.install
new file mode 100644
index 000000000000..9eac4265e698
--- /dev/null
+++ b/zram-swap.install
@@ -0,0 +1,20 @@
+post_install() {
+ cat << YEET
+
+ Make any desired configuration changes to /etc/default/zram-swap then execute
+
+ $ systemctl daemon-reload
+ $ systemctl enable zram-swap.service
+
+ To enable zram swap immediately run
+
+ $ systemctl start zram-swap.service
+
+ Report any issues to:
+ https://github.com/foundObjects/zram-swap/issues
+
+ This package is forked from:
+ https://github.com/foundObjects/zram-swap
+
+YEET
+}