Skip to content

Commit

Permalink
SPEC: clean up ldb-cache files on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Jan 29, 2024
1 parent 459abb2 commit 9e3859e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/sssd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,9 @@ rm -f %{mcpath}/passwd
rm -f %{mcpath}/group
rm -f %{mcpath}/initgroups
rm -f %{mcpath}/sid
if [ "$1" = 0 ] ; then
rm -f %{dbpath}/*
fi
%systemd_postun_with_restart sssd-autofs.socket
%systemd_postun_with_restart sssd-nss.socket
%systemd_postun_with_restart sssd-pac.socket
Expand Down

0 comments on commit 9e3859e

Please sign in to comment.