summarylogtreecommitdiffstats
path: root/arc-kde-git.install
blob: b48f5261372ab584892e1c107b76208826345c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  /usr/bin/echo "execute 'rm -rf ~/.cache/plasma-svgelements-Arc-Dark* ~/.cache/plasma_theme_Arc-Dark.kcache' to delete cache"
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}