Skip to content

Commit

Permalink
deb: include prerm script in debian package (fluent#757)
Browse files Browse the repository at this point in the history
Add missing `prerm` script to include it in debian package

Signed-off-by: Shizuo Fujita <[email protected]>
  • Loading branch information
Watson1978 authored and daipom committed Dec 10, 2024
1 parent e27dee9 commit b4a680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ class BuildTask
remove_needless_files
end

debian_pkg_scripts = ["preinst", "postinst", "postrm"]
debian_pkg_scripts = ["preinst", "postinst", "prerm", "postrm"]
debian_pkg_scripts.each do |script|
CLEAN.include(File.join("..", "debian", script))
end
Expand Down

0 comments on commit b4a680f

Please sign in to comment.