Added stdin

This commit is contained in:
arcan1s
2013-09-11 02:45:41 +04:00
parent 63c7442c7b
commit bc17b9985d
2 changed files with 70 additions and 0 deletions

View File

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