Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
le-parental-control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
le6
le-parental-control
Commits
38815219
Commit
38815219
authored
6 years ago
by
Stephanie Briere Americo
Browse files
Options
Downloads
Patches
Plain Diff
SCRUM#578
: family shield disabled by default when installing in private mode
parent
1eb44bf4
Branches
issue/578
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!25
Develop to master
,
!24
Develop to master
,
!18
SCRUM#578: family shield disabled by default when installing in private mode
Pipeline
#16834
passed
6 years ago
Stage: lint
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/debian/changelog
+6
-0
6 additions, 0 deletions
package/debian/changelog
package/debian/postinst
+2
-3
2 additions, 3 deletions
package/debian/postinst
with
8 additions
and
3 deletions
package/debian/changelog
+
6
−
0
View file @
38815219
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)
...
...
This diff is collapsed.
Click to expand it.
package/debian/postinst
+
2
−
3
View file @
38815219
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment