Blame SOURCES/fedora-plasma-cache.sh

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