summaryrefslogtreecommitdiff
path: root/package/eudev/files/udev.postinst
blob: 67c5d00df0309a3431d8e4b4fd91094e000c1df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 lp $(get_next_gid)
add_group tape $(get_next_gid)
echo Generating hwdb
udevadm hwdb --update --root="$IPKG_INSTROOT"
rm -rf "$IPKG_INSTROOT/etc/udev/hwdb.d"