Browse Source

add groups audio / video as default

Waldemar Brodkorb 14 years ago
parent
commit
b6b578b332

+ 2 - 0
package/base-files/src/etc/group

@@ -1,2 +1,4 @@
 root:x:0:
+video:x:1:
+audio:x:2:
 nogroup:x:65534:

+ 0 - 4
package/mplayer/files/mplayer.postinst

@@ -1,4 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-gid=$(get_next_gid)
-add_group video $gid

+ 0 - 3
package/xorg-server/files/xorg-server.postinst

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