summarylogtreecommitdiffstats
path: root/systemd-kdemodules.install
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-kdemodules.install')
-rw-r--r--systemd-kdemodules.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/systemd-kdemodules.install b/systemd-kdemodules.install
new file mode 100644
index 000000000000..055183f65108
--- /dev/null
+++ b/systemd-kdemodules.install
@@ -0,0 +1,18 @@
+post_install() {
+ usage
+}
+post_upgrade() {
+ usage
+}
+
+usage() {
+ echo -n "========================"
+ echo -e "\nAdd to your ~/.xinitrc\n"
+ echo -e "\tkcminit kcmkded"
+ echo -e "\t/usr/lib/systemd/systemd --user &"
+ echo -e "\nAdd to your default target\n"
+ echo -e "\tWants=kcm.target"
+ echo -e "\nEnable kcm modules\n"
+ echo -e "\tsystemctl --user enable kcm@keyboard"
+ echo ""
+}