mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
Added some postinstall action to make sure keyboard config is working
This commit is contained in:
parent
4094c0d61c
commit
198796fdc2
@ -3,4 +3,11 @@
|
||||
|
||||
gtk-update-icon-cache /usr/share/icons/hicolor
|
||||
|
||||
if [ ! -f "/usr/share/xmodmap/base.xml" ]; then
|
||||
mkdir -p /usr/share/xmodmap
|
||||
ln -s /usr/share/X11/xkb/rules/base.xml /usr/share/xmodmap
|
||||
else
|
||||
echo "All files correct..."
|
||||
fi
|
||||
|
||||
# End post install file
|
||||
|
Loading…
x
Reference in New Issue
Block a user