kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

kiss: Add handling of /etc/ files to removal action. #186

Closed dylanaraps closed 4 years ago

dylanaraps commented 4 years ago

If the user has modified the file in /etc/, it will not be removed and a message will be printed to the screen. If the file is unmodified, it will be removed like any other.

This uses the etcsums file for comparison of checksums. The file is also used during installation handling of files in /etc/.

Closes #181

jedahan commented 4 years ago

I love that adding this feature is a net +7 lines xD