Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
cf331e03
Commit
cf331e03
authored
Jul 02, 2018
by
Alan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASP: remove packages in newly created persistence as well
parent
90204929
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/chroot_local-includes/usr/local/sbin/tails-additional-software-remove
...-includes/usr/local/sbin/tails-additional-software-remove
+1
-1
No files found.
config/chroot_local-includes/usr/local/sbin/tails-additional-software-remove
View file @
cf331e03
...
...
@@ -13,6 +13,6 @@ old_package = str(sys.argv[1])
additional_packages
=
get_additional_packages
(
search_new_persistence
=
True
)
if
old_package
in
additional_packages
:
remove_additional_packages
({
old_package
})
remove_additional_packages
({
old_package
}
,
search_new_persistence
=
True
)
else
:
sys
.
exit
(
1
)
Write
Preview
Markdown
is supported
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