diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-15 18:10:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-15 18:10:52 +0100 |
commit | 830f9676b4568fdf5704bd94c856d97d4c35813d (patch) | |
tree | b7eb9bd9ca4fdb4c97da7b013583c87ab8f6e671 /ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap | |
parent | 0bfe4e2db5faf194cbafe6c3fcb8f331dd32f8c5 (diff) | |
download | tde-packaging-830f9676b4568fdf5704bd94c856d97d4c35813d.tar.gz tde-packaging-830f9676b4568fdf5704bd94c856d97d4c35813d.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap')
-rw-r--r-- | ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap b/ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap deleted file mode 100644 index 27a318d73..000000000 --- a/ubuntu/maverick_automake/kdebase/debian/80ubuntu-xmodmap +++ /dev/null @@ -1,13 +0,0 @@ -# Set the Ubuntu laptop keycode -> xkeysyms mapping (used by KDE) -# -# This file is sourced by Xsession(5), not executed. -# The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true - -USRMODMAP="$HOME/.Xmodmap" - -if [ -x /usr/bin/xmodmap ]; then - if [ -f "$USRMODMAP" ]; then - /usr/bin/xmodmap "$USRMODMAP" || true - fi -fi |