-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--deb-after-purge Does not Write to postrm File #1472
Comments
+1 |
can reproduce this bug on fpm 1.11.0 |
morph027
added a commit
to morph027/fpm
that referenced
this issue
Jan 8, 2023
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
--deb-after-purge does not work in fpm-1.15.1 (released Feb 1, 2023) too. |
Hello @jordansissel What can we do more to close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that the --deb-after-purge flag does not work in fpm version 1.9.3.
The following always works as expected by including the contents of remove-file within postrm's after_remove() method when creating a debian package:
The following does not work as expected:
I would expect that the contents of purge-file would end up within postrm's after_purge() method when used.
Also, if one only provides the --deb-after-purge flag, the postrm file is not created and does not exist in the completed package.
The text was updated successfully, but these errors were encountered: