-rwxr-xr-x | scripts/update/opie-update.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update/opie-update.postinst b/scripts/update/opie-update.postinst index f761b67..02129d0 100755 --- a/scripts/update/opie-update.postinst +++ b/scripts/update/opie-update.postinst | |||
@@ -20,4 +20,5 @@ echo "rem. $p" >> /tmp/update.log | |||
20 | $IPKG_REMOVE $p | 20 | $IPKG_REMOVE $p |
21 | done | 21 | done |
22 | $IPKG_REMOVE qpe-pics | ||
22 | 23 | ||
23 | #might help | 24 | #might help |
@@ -32,4 +33,5 @@ echo "inst. $p" >> /tmp/update.log | |||
32 | $IPKG_INSTALL $p | 33 | $IPKG_INSTALL $p |
33 | done | 34 | done |
35 | $IPKG_INSTALL opie-pics | ||
34 | 36 | ||
35 | ipkg remove opie-update | 37 | ipkg remove opie-update |