Skip to content

Commit

Permalink
rpm: remove needless temporary file
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Oct 24, 2024
1 parent aa9cb77 commit 665aae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluent-package/yum/fluent-package.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ if [ $1 -eq 2 ]; then
rm -f %{local_missing_gems}
fi
rm -f %{local_current_gems}
rm -f %{local_base_gems}
fi

%postun
Expand Down

0 comments on commit 665aae5

Please sign in to comment.