bdh-linux 4.2.1__tar.gz → 4.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/PKG-INFO +1 -1
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux/commands/remove.py +1 -1
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/PKG-INFO +1 -1
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/pyproject.toml +1 -1
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux/__init__.py +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux/commands/install.py +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux/commands/setup.py +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux/main.py +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/SOURCES.txt +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/dependency_links.txt +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/entry_points.txt +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/requires.txt +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/bdh_linux.egg-info/top_level.txt +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/setup.cfg +0 -0
- {bdh_linux-4.2.1 → bdh_linux-4.2.2}/setup.py +0 -0
|
@@ -50,7 +50,7 @@ def media():
|
|
|
50
50
|
|
|
51
51
|
@app.command()
|
|
52
52
|
def cleanup():
|
|
53
|
-
""" remove cache and orphaned packages..."
|
|
53
|
+
""" remove cache and orphaned packages..."""
|
|
54
54
|
os.system("sudo pacman -Rns $(pacman -Qtdq) --noconfirm || true")
|
|
55
55
|
os.system("sudo pacman -Sc --nocofirm")
|
|
56
56
|
print("✅ System Cleaned successfully!")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|