mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -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
|
||||
configure)
|
||||
cd /opt/sdrangel/share/sdrangel/udev-rules
|
||||
./install.sh
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
Loading…
Reference in New Issue
Block a user