Advertisement
tasuku

QtLocationPosAndSat.conf

Jan 13th, 2012
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/sh
  2. name=GoogleGeolocation
  3. path=/usr/lib/qt4/plugins/position/libgooglegeolocation.so
  4. sha1=`sha1sum $path | cut -d\  -f0`
  5. size=`ls -l $path | cut -d\  -f20`
  6. echo 'position.plugin.operator.whitelist="'$name','$path','$sha1','$size'"' > /etc/xdg/Nokia/QtLocationPosAndSat.conf
  7. echo >> /etc/xdg/Nokia/QtLocationPosAndSat.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement