Skip to content

Commit

Permalink
Pale Moon: fix not uninstalling due to an apt quirk/functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Mar 31, 2024
1 parent 13f1997 commit e7f853f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/Pale Moon/uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ purge_packages || exit 1
#remove deprecated files
sudo rm -f /etc/apt/sources.list.d/home:stevenpusser.list /etc/apt/trusted.gpg.d/home_stevenpusser.gpg

#if the user uninstalls palemoon through pi-apps they expect it to actually be removed
#without the following line this will never be the case since palemoon provides www-browser and man-db suggests www-browser and distros depend on man-db
#apt autoremove will not remove packages that are suggested or recommended and are currently installed
package_installed palemoon && sudo apt purge -y --autoremove palemoon | less_apt

rm_external_repo "stevenpusser"

0 comments on commit e7f853f

Please sign in to comment.