From 4074ef65b04fc4ced3c7798778b24a53154c33b8 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 9 Oct 2005 19:11:52 +0000 Subject: [PATCH] Delete profile. SVN revision: 17360 --- data/other/enlightenment_remote | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/other/enlightenment_remote b/data/other/enlightenment_remote index 3072cd34f..081b986ed 100644 --- a/data/other/enlightenment_remote +++ b/data/other/enlightenment_remote @@ -226,6 +226,11 @@ _enlightenment_remote() { COMPREPLY=($(compgen -W "${modules}" -- "${cur}")) return 0 ;; + -profile-del) + profiles=$(enlightenment_remote -profile-list|grep REPLY:|awk '{print $2}') + COMPREPLY=($(compgen -W "${profiles}" -- "${cur}")) + return 0 + ;; -theme-get|-theme-remove) theme_categories=$(enlightenment_remote -theme-category-list|grep REPLY:|awk '{print $2}') COMPREPLY=($(compgen -W "${theme_categories}" -- "${cur}"))