branch: externals/system-packages
commit 50defa4e24d337da495dd90122025a7d212fa9f9
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Pass --nosave to pacman on package removal
---
system-packages.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system-packages.el b/system-packages.el
index 1a3a848..fd6257a 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -90,7 +90,7 @@
((default-sudo . t)
(install . "pacman -S")
(search . "pacman -Ss")
- (uninstall . "pacman -Rs")
+ (uninstall . "pacman -Rns")
(update . "pacman -Syu")
(clean-cache . "pacman -Sc")
(log . "cat /var/log/pacman.log")