Added day-and-night

This commit is contained in:
arcan1s
2013-09-28 18:29:05 +04:00
parent b9d066f5b7
commit 9037091eb3
3 changed files with 54 additions and 10 deletions

View File

@ -0,0 +1,17 @@
post_install()
{
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade()
{
post_install
}
post_remove()
{
post_install
}