pkgbuild/kdeplasma-applets-stdin-svn/kdeplasma-applets-stdin-svn.install
arcan1s 4fa735804d Edited pkgbuilds
- removed "|| return 1"
2013-09-28 21:51:57 +04:00

18 lines
158 B
Plaintext

post_install()
{
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade()
{
post_install
}
post_remove()
{
post_install
}