input-remapper/DEBIAN/postinst

7 lines
141 B
Plaintext
Raw Normal View History

#!/bin/bash
2020-12-25 14:00:57 +00:00
if [ -d "/run/systemd/system/" ]; then
systemctl enable key-mapper
systemctl stop key-mapper
systemctl start key-mapper
fi