[Lunar-commits] <moonbase> lunar, theedge: Updated bash-completion lvu targets for install, installed, compile and size

Stefan Wold ratler at lunar-linux.org
Sat Jun 23 22:04:34 CEST 2012


commit 0387f6b2675d2fb4cc38010a3b0b9fa84b4daae8
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sat Jun 23 22:04:34 2012 +0200

    lunar, theedge: Updated bash-completion lvu targets for install, installed, compile and size
---
 utils/lunar/profile.d/lunar.rc     |    6 +++++-
 utils/theedge/profile.d/theedge.rc |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/utils/lunar/profile.d/lunar.rc b/utils/lunar/profile.d/lunar.rc
index bc59332..57e14a6 100644
--- a/utils/lunar/profile.d/lunar.rc
+++ b/utils/lunar/profile.d/lunar.rc
@@ -125,10 +125,14 @@ _lunar_lvu()
       COMPREPLY=( $(compgen -f -- "$cur") )
       return 0
       ;;
-    DETAILS|DEPENDS|CONFLICTS|BUILD|PRE_BUILD|POST_BUILD|CONFIGURE|POST_INSTALL|PRE_REMOVE|POST_REMOVE|what|where|cd|service|website|install|size|installed|compile|compiler|links|sources|maintainer|version|sum|md5sum|depends|tree|eert|stree|leert|urls|versions|short|info|edit)
+    DETAILS|DEPENDS|CONFLICTS|BUILD|PRE_BUILD|POST_BUILD|CONFIGURE|POST_INSTALL|PRE_REMOVE|POST_REMOVE|what|where|cd|service|website|compiler|links|sources|maintainer|version|sum|md5sum|depends|tree|eert|stree|leert|urls|versions|short|info|edit)
       _lunar_modules_list
       return 0
       ;;
+    compile|install|installed|size)
+      _lunar_modules_installed_list
+      return 0
+      ;;
     section)
       _lunar_sections_list
       return 0
diff --git a/utils/theedge/profile.d/theedge.rc b/utils/theedge/profile.d/theedge.rc
index bc59332..57e14a6 100644
--- a/utils/theedge/profile.d/theedge.rc
+++ b/utils/theedge/profile.d/theedge.rc
@@ -125,10 +125,14 @@ _lunar_lvu()
       COMPREPLY=( $(compgen -f -- "$cur") )
       return 0
       ;;
-    DETAILS|DEPENDS|CONFLICTS|BUILD|PRE_BUILD|POST_BUILD|CONFIGURE|POST_INSTALL|PRE_REMOVE|POST_REMOVE|what|where|cd|service|website|install|size|installed|compile|compiler|links|sources|maintainer|version|sum|md5sum|depends|tree|eert|stree|leert|urls|versions|short|info|edit)
+    DETAILS|DEPENDS|CONFLICTS|BUILD|PRE_BUILD|POST_BUILD|CONFIGURE|POST_INSTALL|PRE_REMOVE|POST_REMOVE|what|where|cd|service|website|compiler|links|sources|maintainer|version|sum|md5sum|depends|tree|eert|stree|leert|urls|versions|short|info|edit)
       _lunar_modules_list
       return 0
       ;;
+    compile|install|installed|size)
+      _lunar_modules_installed_list
+      return 0
+      ;;
     section)
       _lunar_sections_list
       return 0


More information about the Lunar-commits mailing list