Fix for plugapps-scripts

This commit is contained in:
Kevin Mihelich 2011-01-17 03:07:38 -05:00
parent c82afc839e
commit b7490a2243

View file

@ -10,6 +10,8 @@ post_upgrade() {
}
post_remove() {
#functions break if there isn't something in them
echo "nothing here" > /dev/null
}
op=$1