mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #86] [MERGED] Adjust RPM scriptlets to work on RHEL-flavour OSes, too. #1217
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/86
Author: @cmeis
Created: 1/5/2022
Status: ✅ Merged
Merged: 1/5/2022
Merged by: @binwiederhier
Base:
main← Head:rpm-rhel📝 Commits (5)
88586c8Adjust RPM scriptlets to work on RHEL-flavour OSes, too.523e037Switch from parentheses to nested if statements for the RPM scriptlets.8f7b612Add quotes9b2ddabCorrected RPM scriptlets to actually restart the systemd service on a package upgrade.814690eOne more correction to RPM scriptlets📊 Changes
4 files changed (+35 additions, -31 deletions)
View changed files
📝
scripts/postinst.sh(+25 -23)📝
scripts/postrm.sh(+1 -1)📝
scripts/preinst.sh(+1 -1)📝
scripts/prerm.sh(+8 -6)📄 Description
I suppose in prerm.sh the existing
should be a
too?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.