0e57149de9
NB: this implementation is awfully cut-n-paste one, there are lots of common code with install2 which are subject to careful surgery
7 lines
106 B
Plaintext
Executable File
7 lines
106 B
Plaintext
Executable File
# remove rpm database
|
|
rm -rf /var/lib/rpm/*
|
|
|
|
# remove apt data files
|
|
rm -rf /var/cache/apt /var/lib*/apt
|
|
|