blob: 015ea50749c77185f7cee93aada33164d751d455 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "Please review the parameters in /etc/conf.d/logkeysd afterwards."
echo "There you can set alternative keyboard maps."
}
post_upgrade() {
post_install $1
}
|