Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > d87f6421cea202ad1fc447ea849326ae > files > 3

kde-workspace-4.10.5-3.fc18.src.rpm

#!/bin/sh

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