summaryrefslogtreecommitdiff
path: root/debian/alsa-scenario-scn-data-0-base.postinst
blob: 39ea749cc7813abb03f19d4ca2dbafa9178be053 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
BASE_PATH=/usr/etc/sound
CODEC=default

/bin/chmod 644 $BASE_PATH/$CODEC/*
/bin/chmod 644 $BASE_PATH/$CODEC.conf

/bin/chown -R 0:6822 $BASE_PATH/$CODEC
/bin/chown 0:6822 $BASE_PATH/$CODEC.conf