Added post install and post remove to blacklist hid-sony
parent
4fd793f8f3
commit
ac45a5ff86
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Installing modalias database..."
|
||||||
|
install -D -m 0644 -t /etc/modprobe.d etc-modprobe.d/hid-sony-blacklist.conf
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Uninstalling modalias database..."
|
||||||
|
rm -f /etc/modprobe.d/hid-sony-blacklist.conf
|
||||||
@ -0,0 +1 @@
|
|||||||
|
blacklist hid_sony
|
||||||
Loading…
Reference in New Issue