commit bf3be02

hovercats  ·  2026-07-18 14:15:32 +0000 UTC
parent 2e874bb
print a message on uninstall. this makes things a bit more consistent.
1 files changed,  +1, -0
M rcpm
M rcpm
+1, -0
1@@ -118,6 +118,7 @@ fn rm_pkg {
2 	for (files in $filelist) {
3 		rmdir $RCPM_ROOT/$files >[2=] || rm -f $RCPM_ROOT/$files >[2=]
4 	}
5+	log $pkg uninstalled successfully 
6 }
7 
8 fn update_pkg {