summarylogtreecommitdiffstats
path: root/emptty.install
diff options
context:
space:
mode:
authororhun2021-02-16 04:48:32 +0300
committerorhun2021-02-16 04:48:32 +0300
commit217590b1e0e75cb01eb4510ad8beec705b0c82f5 (patch)
tree22f82ccad92d1dd8b56eb3a8d76cbe73f8033d28 /emptty.install
parentf79b7dc235ff49adad3b4a41b2c1b4767b778e82 (diff)
downloadaur-217590b1e0e75cb01eb4510ad8beec705b0c82f5.tar.gz
upgpkg: emptty 0.5.0-2
Use an install script
Diffstat (limited to 'emptty.install')
-rw-r--r--emptty.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/emptty.install b/emptty.install
new file mode 100644
index 000000000000..c518d089bf26
--- /dev/null
+++ b/emptty.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "Disable your DM and run 'systemctl enable emptty' to enable emptty at the next boot"
+}