summarylogtreecommitdiffstats
path: root/sddm-archlinux-theme.install
diff options
context:
space:
mode:
authorDoug Newgard2014-09-18 11:27:42 -0500
committerDoug Newgard2014-09-18 11:27:42 -0500
commitf56248960edea27ae50a9d3fbc9faa766eb86871 (patch)
treed691aeebb1498ef9c4ded31bac2755b905ed2780 /sddm-archlinux-theme.install
downloadaur-f56248960edea27ae50a9d3fbc9faa766eb86871.tar.gz
Inherited from bchretein
Diffstat (limited to 'sddm-archlinux-theme.install')
-rw-r--r--sddm-archlinux-theme.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/sddm-archlinux-theme.install b/sddm-archlinux-theme.install
new file mode 100644
index 000000000000..f4899caf6c63
--- /dev/null
+++ b/sddm-archlinux-theme.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To use this theme, add the following lines to /etc/sddm.conf:"
+ echo
+ echo "[Theme]"
+ echo "Current=archlinux"
+}