[Lunar-commits] <moonbase> e3: fix download & dangling symlinks on removal

Paul Bredbury brebs at lunar-linux.org
Sat Jan 15 14:20:09 CET 2011


commit d568732f4c9716dbe96bd99a0b9b66268252c9dc
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sat Jan 15 20:20:09 2011 +0700

    e3: fix download & dangling symlinks on removal
---
 editors/e3/DETAILS     |    4 ++--
 editors/e3/POST_REMOVE |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/editors/e3/DETAILS b/editors/e3/DETAILS
index 520d329..ec7ac29 100644
--- a/editors/e3/DETAILS
+++ b/editors/e3/DETAILS
@@ -1,9 +1,9 @@
           MODULE=e3
          VERSION=2.7.1
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://mitglied.lycos.de/albkleine/
+      SOURCE_URL=http://mitglied.multimania.de/albkleine
       SOURCE_VFY=sha1:3efe3f0d463c10fe2f1ed04ff7726142df8470b4
-        WEB_SITE=http://www.sax.de/~adlibit
+        WEB_SITE=http://mitglied.multimania.de/albkleine/
          ENTERED=20010922
          UPDATED=20071127
            SHORT="assembler written minimalistic full-screen text editor."
diff --git a/editors/e3/POST_REMOVE b/editors/e3/POST_REMOVE
new file mode 100644
index 0000000..782e86c
--- /dev/null
+++ b/editors/e3/POST_REMOVE
@@ -0,0 +1,3 @@
+# Remove dangling symlinks
+cd /usr/bin &&
+rm -f e3em e3ne e3pi e3vi e3ws


More information about the Lunar-commits mailing list