projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1426028
)
d/postrm: Fix possible-bashism-in-maintainer-script
author
Mathieu Malaterre
<malat@debian.org>
Tue, 21 Jun 2022 12:28:01 +0000
(14:28 +0200)
committer
Mathieu Malaterre
<malat@debian.org>
Tue, 21 Jun 2022 12:29:54 +0000
(14:29 +0200)
debian/dcmtk.postrm
patch
|
blob
|
history
diff --git
a/debian/dcmtk.postrm
b/debian/dcmtk.postrm
index 5a493f483fbb7d597ab5c47a84baea4b638d1a5d..2d94a96989b0dcc7571c93d2fc1661434ca57ab2 100644
(file)
--- a/
debian/dcmtk.postrm
+++ b/
debian/dcmtk.postrm
@@
-17,7
+17,7
@@
fi
# Remove dcmtk user/group if they exist on cleanup
if id -u "dcmtk" > /dev/null 2>&1; then
- echo "Removing
'dcmtk' user and group from the system...\n
"
+ echo "Removing
\`dcmtk' user and group from the system...
"
userdel dcmtk
fi