summarylogtreecommitdiffstats
path: root/BigBagKbdTrixXKB-git.install
blob: 8867e675434e0f634bebbb72290fba26081055e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}