mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Fix for plugapps-scripts
This commit is contained in:
parent
c82afc839e
commit
b7490a2243
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ post_upgrade() {
|
|||
}
|
||||
|
||||
post_remove() {
|
||||
#functions break if there isn't something in them
|
||||
echo "nothing here" > /dev/null
|
||||
}
|
||||
|
||||
op=$1
|
||||
|
|
Loading…
Reference in a new issue