summarylogtreecommitdiffstats
path: root/slimlock-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'slimlock-git.install')
-rw-r--r--slimlock-git.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/slimlock-git.install b/slimlock-git.install
new file mode 100644
index 000000000000..e5e99c1b96e3
--- /dev/null
+++ b/slimlock-git.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat <<EOF
+---------------------------------------------------------------
+If you wish to use slimlock without having slim installed, copy
+/usr/share/slimlock/example-slim.conf to /etc/slim.conf then
+edit /etc/slim.conf to use the theme you want slimlock to use
+(plenty are available in the AUR)
+---------------------------------------------------------------
+EOF
+}