input-remapper/DEBIAN/postinst
2020-12-25 15:00:57 +01:00

7 lines
141 B
Bash
Executable File

#!/bin/bash
if [ -d "/run/systemd/system/" ]; then
systemctl enable key-mapper
systemctl stop key-mapper
systemctl start key-mapper
fi