Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
lipck
Commits
9f31b00d
Commit
9f31b00d
authored
Apr 12, 2017
by
Moritz Holtz
Browse files
Merge branch 'ss17' of git.fsmpi.rwth-aachen.de:osak/lipck into ss17
parents
8b1e4202
63677010
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/casper-remove-needed-packages-from-unistall-manifest.awk
View file @
9f31b00d
...
...
@@ -2,7 +2,7 @@
BEGIN
{
# This is the number of things we're going to remove. Adjust it when changing the regular expression below
want
=
5
;
want
=
7
;
skipped
=
0
;
}
...
...
@@ -26,6 +26,10 @@ function skipit() {
skipit
()
}
/^
(
python3-pyqt5.
(
qtsvg|qtwebkit
))
/
{
skipit
()
}
skip
==
0
{
print
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment