summarylogtreecommitdiffstats
path: root/kdeplasma-wallpapers-dayandnight.install
blob: 1280b6d54a1fb643a116341d2eec6015fe772abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install()
{
  cat << EOF
Update plasmoids...
EOF
  kbuildsycoca4 > /dev/null 2>&1
}

post_upgrade()
{
  post_install
}

post_remove()
{
  post_install
}