summaryrefslogtreecommitdiff
path: root/package/eudev/files/udev.postinst
blob: ac853507919837da891843b3891968b80d452540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
. "$IPKG_INSTROOT/etc/functions.sh"
add_group cdrom $(get_next_gid)
add_group dialout $(get_next_gid)
add_group disk $(get_next_gid)
add_group input $(get_next_gid)
add_group kmem $(get_next_gid)
add_group kvm $(get_next_gid)
add_group lp $(get_next_gid)
add_group tape $(get_next_gid)
add_group sgx $(get_next_gid)
echo Generating hwdb
udevadm hwdb --update --root="$IPKG_INSTROOT"
rm -rf "$IPKG_INSTROOT/etc/udev/hwdb.d"