summaryrefslogtreecommitdiff
path: root/core/launcher/opie-taskbar.prerm
Unidiff
Diffstat (limited to 'core/launcher/opie-taskbar.prerm') (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/launcher/opie-taskbar.prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/opie-taskbar.prerm b/core/launcher/opie-taskbar.prerm
index 664160b..ae02235 100755
--- a/core/launcher/opie-taskbar.prerm
+++ b/core/launcher/opie-taskbar.prerm
@@ -1,5 +1,5 @@
1#/bin/sh 1#/bin/sh
2 2
3find /etc -name [SK][0-9][0-9]opie | xargs rm -f 3find /etc -name [SK][0-9][0-9]opie | xargs -- rm -f
4 4
5exit 0 5exit 0