Skip to content
Snippets Groups Projects
Commit 38815219 authored by Stephanie Briere Americo's avatar Stephanie Briere Americo
Browse files

SCRUM#578: family shield disabled by default when installing in private mode

parent 1eb44bf4
Branches issue/578
No related tags found
3 merge requests!25Develop to master,!24Develop to master,!18SCRUM#578: family shield disabled by default when installing in private mode
Pipeline #16834 passed
le-parental-control (0.0.10ubuntu1) unstable; urgency=medium
* Family shild is disable by default when installing in private mode
-- Stephanie Briere Americo <lesuporte@c3sl.ufpr.br> Wed, 25 Jul 2018 11:35:53 -0300
le-parental-control (0.0.10) unstable; urgency=medium
* Add more testing stages on CI (Closes: #463)
......
......@@ -19,14 +19,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
set -e
case "$1" in
configure)
############## Family Shield ##############
#if install
if [ -z "$2" ]; then
#if install in school mode
if grep -q "Escola" /etc/default/version && [ -z "$2" ]; then
family-shield -e
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment