Skip to content

Commit

Permalink
* packaging/rpm/amanda.spec.src: Fix (add fi)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/amanda/code/amanda/trunk@7142 a8d146d6-cc15-0410-8900-af154a0219e0
  • Loading branch information
Jean-Louis Martineau committed Mar 10, 2017
1 parent 1c2fcd1 commit 9636155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2017-03-10 Jean-Louis Martineau <[email protected]>
* packaging/rpm/amanda.spec.src: Fix (add fi)

2017-03-10 Jean-Louis Martineau <[email protected]>
* packaging/rpm/amanda.spec.src:Add CentOs 6 and RedHat 7

Expand Down
1 change: 1 addition & 0 deletions packaging/rpm/amanda.spec.src
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ if [ "$action" = "uninstall" ]; then
fi
if [ -d /var/lib/amanda/gnutar-lists ]; then
rm -rf /var/lib/amanda/gnutar-lists
fi
# Remove ${amanda_user} from sensitive groups.
if which deluser >/dev/null 2>&1 ; then
for group in tape; do
Expand Down

0 comments on commit 9636155

Please sign in to comment.