diff options
Diffstat (limited to 'debian/libug-share-nfc-efl.postinst')
-rw-r--r-- | debian/libug-share-nfc-efl.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/libug-share-nfc-efl.postinst b/debian/libug-share-nfc-efl.postinst new file mode 100644 index 0000000..1e42d6b --- /dev/null +++ b/debian/libug-share-nfc-efl.postinst @@ -0,0 +1,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 + |