aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown2018-04-02 18:16:16 +0100
committerUnknown2018-04-02 18:16:16 +0100
commit8325024cebf45f3ab994358b5e8a289751629f0b (patch)
tree54cb0eec6c80b38a5091318dc9481cd60119438c
parentae2c5fe141a11e598032d1b3ac26aafc4d961799 (diff)
remove unneeded uninstallers
-rw-r--r--main-repo/helloworld/uninstall.js1
-rw-r--r--main-repo/wget93/unwget93.js3
2 files changed, 0 insertions, 4 deletions
diff --git a/main-repo/helloworld/uninstall.js b/main-repo/helloworld/uninstall.js
deleted file mode 100644
index 43bc525..0000000
--- a/main-repo/helloworld/uninstall.js
+++ /dev/null
@@ -1 +0,0 @@
-le._apps.helloworld = null;
diff --git a/main-repo/wget93/unwget93.js b/main-repo/wget93/unwget93.js
deleted file mode 100644
index 11e0e00..0000000
--- a/main-repo/wget93/unwget93.js
+++ /dev/null
@@ -1,3 +0,0 @@
-$log.succes("Uninstalling wget93...");
-le._apps.wget93 = null;
-$log.succes("✔️ Uninstalled wget93."); \ No newline at end of file