Skip to content

Commit

Permalink
remove venv leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored and noptrix committed Nov 28, 2024
1 parent 54f1569 commit 17bf1d2
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ad-miner/ad-miner.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ post_install() {
post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/ad-miner/{artifacts,cache,virtualenvs}
rm -r /usr/share/ad-miner
}
4 changes: 4 additions & 0 deletions packages/crackql/crackql.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/crackql/venv
rm -r /usr/share/crackql
}
5 changes: 5 additions & 0 deletions packages/dftimewolf/dftimewolf.install
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ post_install() {
post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/dftimewolf/{artifacts,cache,virtualenvs}
rm -r /usr/share/dftimewolf
}
4 changes: 4 additions & 0 deletions packages/fireprox/fireprox.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/fireprox/venv
rm -r /usr/share/fireprox
}
4 changes: 4 additions & 0 deletions packages/lrod/lrod.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/lrod/venv
rm -r /usr/share/lrod
}
4 changes: 4 additions & 0 deletions packages/mobsf/mobsf.install
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ post_upgrade() {
pip install --isolated --root="/usr/share/mobsf" --prefix='venv' .
}

post_remove() {
# /usr/share/mobsf/venv
rm -r /usr/share/mobsf
}
4 changes: 4 additions & 0 deletions packages/netexec/netexec.install
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/netexec/{artifacts,cache,virtualenvs}
rm -r /usr/share/netexec
}
5 changes: 5 additions & 0 deletions packages/pentestgpt/pentestgpt.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ post_install() {
post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/pentestgpt/venv
rm -r /usr/share/pentestgpt
}
5 changes: 5 additions & 0 deletions packages/quickscope/quickscope.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ post_install() {
post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/quickscope/venv
rm -r /usr/share/quickscope
}
4 changes: 4 additions & 0 deletions packages/sstimap/sstimap.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ post_upgrade() {
post_install "$@"
}

post_remove() {
# /usr/share/sstimap/venv
rm -r /usr/share/sstimap
}

0 comments on commit 17bf1d2

Please sign in to comment.