Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
systemsmanagement:saltstack:bundle
venv-salt-minion
post_start_cleanup.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File post_start_cleanup.sh of Package venv-salt-minion
#!/bin/sh if builtin type -P transactional-update &> /dev/null && [ "$TRANSACTIONAL_UPDATE" != "true" ]; then # Do not clean previous environment on T-U systems when not in transaction exit 0 fi if [ -d "VENV_LOCATION_PLACEHOLDER/lib/prev_env" ]; then rm -r "VENV_LOCATION_PLACEHOLDER/lib/prev_env" || : fi if [ -L "VENV_LOCATION_PLACEHOLDER/lib/PLACEHOLDER" ]; then unlink "VENV_LOCATION_PLACEHOLDER/lib/PLACEHOLDER" || : fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor