xorg-server.postinst 139 B

12345
  1. #!/bin/sh
  2. if [ -z $IPKG_INSTROOT ];then chmod u+s /usr/bin/X;fi
  3. . $IPKG_INSTROOT/etc/functions.sh
  4. gid=$(get_next_gid)
  5. add_group video $gid