summaryrefslogtreecommitdiff
path: root/debian/libug-share-nfc-efl.postinst
blob: 1e42d6ba0f1521c15b25b41822759c495a105e75 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
if [ ${USER} == "root" ]
then
vconftool set -t int db/nfc/last_file_number 0 -u 5000
else
vconftool set -t int db/nfc/last_file_number 0
fi