[Lunar-commits] <lunar> optimize-wrapper: show the default when menu is opened the first time
Stefan Wold
ratler at lunar-linux.org
Sat Nov 23 21:24:58 CET 2013
commit 5643ab5d156a63cc3aa8e46a9b6db12255739372
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 23 Nov 2013 12:24:17 -0800
URL: https://github.com/lunar-linux/lunar/commit/5643ab5d156a63cc3aa8e46a9b6db12255739372
optimize-wrapper: show the default when menu is opened the first time
---
plugins/optimize-wrappers.plugin | +2/-0
1 file changed, 2 insertions(+)
--- a/plugins/optimize-wrappers.plugin
+++ b/plugins/optimize-wrappers.plugin
@@ -38,6 +38,8 @@ plugin_wrappers_optimize_menu()
# load previous optimizations
if [ -e /etc/lunar/local/optimizations.WRAPPERS ]; then
. /etc/lunar/local/optimizations.WRAPPERS
+ else
+ USE_WRAPPERS="yes"
fi
save_optimizations()
More information about the Lunar-commits
mailing list