Add BT firmware for Tizen mobile profile
[platform/adaptation/bluetooth-firmware-bcm.git] / debian / bluetooth-firmware-bcm.postinst.in
1 #!/bin/sh
2
3 # Change File Permission
4 chmod 644 @PREFIX@/etc/bluetooth/BCM4330B1_002.001.003.0221.0265.hcd
5
6 # root case
7 if [ ${USER} = "root" ]
8 then
9         chown root:root @PREFIX@/etc/bluetooth/BCM4330B1_002.001.003.0221.0265.hcd
10 fi