Initialize Tizen 2.3
[adaptation/devices/nfc-plugin-nxp.git] / debian / libnfc-plugin-nxp-0.postinst.in
1 #!/bin/sh
2
3 # file owner
4 if [ ${USER} == "root" ]
5 then
6         vconftool set -t string memory/private/nfc-plugin-nxp/eeprom "" -g 6517 -i
7 else
8         vconftool set -t string memory/private/nfc-plugin-nxp/eeprom ""
9 fi
10