Skip to content

Commit

Permalink
deb: include prerm script in debian package
Browse files Browse the repository at this point in the history
Signed-off-by: Shizuo Fujita <[email protected]>
  • Loading branch information
Watson1978 committed Dec 6, 2024
1 parent e5a6e5a commit 31a92fb
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", "prerm", "postinst", "postrm"]
debian_pkg_scripts.each do |script|
CLEAN.include(File.join("..", "debian", script))
end
Expand Down

0 comments on commit 31a92fb

Please sign in to comment.