summarylogtreecommitdiffstats
path: root/plasma5-applet-awesome-widgets.install
blob: fb7647db966a6f28d0ca235e187898dc2ecfe65c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  kbuildsycoca5 > /dev/null 2>&1
}

post_upgrade() {
  post_install "$1"
}

post_remove() {
  post_install "$1"
}