Skip to content

Commit

Permalink
Restore file provider on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Dec 11, 2023
1 parent 4de9a37 commit 7e5ce85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/radxa-system-config-rockchip.postrm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ set -e

case $1 in
remove)
conflicts="/usr/share/applications/mimeapps.list"
conflicts="
/usr/share/applications/mimeapps.list
/etc/modprobe.d/panfrost.conf
"
for i in $conflicts
do
dpkg-divert --package radxa-system-config-rockchip --rename --remove "$i"
Expand Down

0 comments on commit 7e5ce85

Please sign in to comment.