Blame SOURCES/fedora-plasma-cache.sh

ff3475
#!/bin/sh
ff3475
ff3475
if [ "`kreadconfig --file fedora-plasma-cacherc --group General --key FirstRun --default true`" = "true" ]; then
ff3475
  rm -fv "`kde4-config --path cache`/"*.kcache
ff3475
  rm -fv "`kde4-config --path cache`/"plasma-svgelements-*
ff3475
  #rm -fv ${XDG_CONFIG_HOME-${HOME}/.config}/Trolltech.conf
ff3475
  kwriteconfig --file fedora-plasma-cacherc --group General --key FirstRun --type bool false
ff3475
fi