mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
Added Debian postinst to copy and activate udev rules
This commit is contained in:
parent
62989b2650
commit
557489e338
2
debian/postinst.ex → debian/postinst
vendored
2
debian/postinst.ex → debian/postinst
vendored
@ -20,6 +20,8 @@ set -e
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
|
cd /opt/sdrangel/share/sdrangel/udev-rules
|
||||||
|
./install.sh
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
Loading…
Reference in New Issue
Block a user