summaryrefslogtreecommitdiff
path: root/core/launcher/opie-taskbar.prerm
Side-by-side diff
Diffstat (limited to 'core/launcher/opie-taskbar.prerm') (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/launcher/opie-taskbar.prerm5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/launcher/opie-taskbar.prerm b/core/launcher/opie-taskbar.prerm
new file mode 100755
index 0000000..664160b
--- a/dev/null
+++ b/core/launcher/opie-taskbar.prerm
@@ -0,0 +1,5 @@
+#/bin/sh
+
+find /etc -name [SK][0-9][0-9]opie | xargs rm -f
+
+exit 0