Skip to content

Commit

Permalink
make the search for desktop files more silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 18, 2024
1 parent 1980cc3 commit e7347e5
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 @@ -309,7 +309,7 @@ APT_CACHE="apt-cache -o Dir::Cache=$APTCACHE -o Dir::State=$APTSTATE -o Dir::Etc
sudo_run "find $SUDO_BIN -xtype l -exec rm {} +";
sudo_run "find $SUDO_CONFIG -xtype l -exec rm {} +";
find "${XDG_DATA_HOME:-$HOME/.local/share}" -xtype l -exec rm {} + 2> /dev/null;
desktopfiles=$(ls ${PKG_PREFIX}/share/applications/crackle.*.desktop);
desktopfiles=$(find ${PKG_PREFIX}/share/applications -path "/crackle.*.desktop");
[[ -n $desktopfiles ]] && rm ${PKG_PREFIX}/share/applications/crackle.*.desktop
sed -i '/cracklerc/d' $HOME/.bashrc
sed -i '/cracklerc/d' $HOME/.profile
Expand Down

0 comments on commit e7347e5

Please sign in to comment.