Files
px4_drv/dkms/post_install
nns779 c4000b0544 Makefileなどの修正
複数のカーネルバージョンに対するモジュールがインストールさている環境において、アンインストール時に99-px4video.rulesを削除してはならない場合にも削除してしまう問題を修正
2018-10-06 22:33:12 +09:00

4 lines
129 B
Bash
Executable File

#!/bin/sh
rm -fv /etc/udev/rules.d/90-px4.rules
install -D -v -m 644 ./etc/99-px4video.rules /etc/udev/rules.d/99-px4video.rules