mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 20:37:15 +02:00
Cleanup
This commit is contained in:
4
dist/rpm/systray-x.spec
vendored
4
dist/rpm/systray-x.spec
vendored
@@ -86,9 +86,7 @@ if [ -f $CONF_DIR/$CONF_FILE ] ; then
|
||||
# Edit extensions file
|
||||
#
|
||||
grep -q $EXTENSION $CONF_DIR/$CONF_FILE
|
||||
if [ "$?" == "1" ] ; then
|
||||
echo "Add"
|
||||
|
||||
if [ "$?" == "1" ] ; then
|
||||
sed -i -e "s/\(enabled-extensions=\[.*\)\]/\1, '${EXTENSION}'\]/" $CONF_DIR/$CONF_FILE
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user