diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-04-02 01:17:51 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-04-02 01:17:51 +0000 |
commit | cf5c7b60c8236bcb8ad00f3c933a68e2ca957d5b (patch) | |
tree | a59b4eb46c66ad586d34cc127bbbcbf73dba4bab | |
parent | f004b90265dd9dc23df378080d7cb6b095b45889 (diff) | |
download | nautilus-cf5c7b60c8236bcb8ad00f3c933a68e2ca957d5b.tar.gz |
Add startup service component to list of ones to kill.
-rwxr-xr-x | nautilus-clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus-clean.sh b/nautilus-clean.sh index 9cfa9eb7b..530491c06 100755 --- a/nautilus-clean.sh +++ b/nautilus-clean.sh @@ -7,7 +7,7 @@ # Add any new auxiliary programs here. -AUX_PROGS="hyperbola ntl-history-view ntl-notes ntl-web-search ntl-web-browser nautilus-sample-content-view bonobo-text-plain bonobo-image-generic gnome-vfs-slave"; +AUX_PROGS="hyperbola ntl-history-view ntl-notes ntl-web-search ntl-web-browser nautilus-sample-content-view bonobo-text-plain bonobo-image-generic gnome-vfs-slave nautilus-service-startup-view"; unset FOUND_ANY; |