vinceliuice / Colloid-icon-theme

Colloid icon theme for linux desktops
GNU General Public License v3.0
604 stars 39 forks source link

respect specified destination dir when cleaning old files #129

Closed lectrode closed 5 days ago

lectrode commented 5 days ago

clean_old_theme should not touch anywhere outside of the specified destination dir. This pull request tweaks this to use the dest variable if it is defined.

This addresses a bunch of warnings about being unable to delete files in /usr/share/icons... when installing the theme into a custom directory (like when compiling the AUR package). This also prevents removing existing theme files under .local if installing to a custom directory.