summarylogtreecommitdiffstats
path: root/BigBagKbdTrixXKB-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'BigBagKbdTrixXKB-git.install')
-rw-r--r--BigBagKbdTrixXKB-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/BigBagKbdTrixXKB-git.install b/BigBagKbdTrixXKB-git.install
new file mode 100644
index 000000000000..8867e675434e
--- /dev/null
+++ b/BigBagKbdTrixXKB-git.install
@@ -0,0 +1,12 @@
+print_header() {
+ echo ' >>> Run the install script with `$ cd /usr/sharj/BigBagKbdTrixXKB; sudo ./install-dreymar-xmod.sh`'
+ echo ' >>> Configuration can be done with `$ dreymar-setxkb`'
+}
+
+post_install() {
+ print_header
+}
+
+post_upgrade() {
+ print_header
+}