[Lunar-commits] <moonbase> libreoffice-bin: Wrong directory removal in POST_REMOVE script
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon May 7 20:02:29 CEST 2012
commit bdeaa83fb802850c38bc93ffaffaa49b3cfa95ab
Author: Giorgos Chadjipavlis <lazyape at gmail.com>
Date: Mon May 7 20:02:29 2012 +0200
libreoffice-bin: Wrong directory removal in POST_REMOVE script
---
x11-apps/libreoffice-bin/POST_REMOVE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/libreoffice-bin/POST_REMOVE b/x11-apps/libreoffice-bin/POST_REMOVE
index e4f481b..9c6bb7e 100644
--- a/x11-apps/libreoffice-bin/POST_REMOVE
+++ b/x11-apps/libreoffice-bin/POST_REMOVE
@@ -1 +1 @@
-rm -rf /opt/lunar/openoffice
+rm -rf /opt/lunar/libreoffice${VERSION%.*}
More information about the Lunar-commits
mailing list