Skip to content

Commit

Permalink
take the icons directory symlink into account on nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed May 8, 2022
1 parent 5baa878 commit 38042ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crackle
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ APT_CACHE="apt-cache -o Dir::Cache=$APTCACHE -o Dir::State=$APTSTATE -o Dir::Etc
[[ -d "$PKG_PREFIX/lib/crackle" ]] && rm -r $PKG_PREFIX/lib/crackle;
find "$PKG_PREFIX/bin" -xtype l -exec rm {} +;
find "$PKG_PREFIX/lib" -xtype l -exec rm {} +;
find "${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion/completions" -xtype l -exec rm {} +;
find "${XDG_DATA_HOME:-$HOME/.local/share}" -xtype l -exec rm {} +;
sed -i '/cracklerc/d' $HOME/.bashrc
sed -i '/cracklerc/d' $HOME/.profile
find "$CRACKLECMP" -xtype l -exec rm {} +;
Expand Down

0 comments on commit 38042ba

Please sign in to comment.