Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 31, 2025
1 parent f72ad3b commit ce86d97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packaging/dpkg/debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ zeroc-icebox/*
zeroc-icegrid/*
zeroc-icegridgui/*
zeroc-icepatch2/*

1 change: 0 additions & 1 deletion packaging/dpkg/debian/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ repository.

## Building the Ice packages


$ cd ice-debian-packaging
$ gbp buildpackage

Expand Down
1 change: 0 additions & 1 deletion packaging/dpkg/debian/README
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Feature highlights:
communications through firewalls
- IcePatch2, an efficient software distribution and patching service


Getting Started with Ice on Linux
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion packaging/dpkg/debian/libzeroc-ice3.8.postrm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
if [ "$1" = "purge" ]; then
# We remove /var/lib/ice on purge
rm -rf /var/lib/ice

# Remove /var/lib/ice override
dpkg-statoverride --remove /var/lib/ice >/dev/null 2>/dev/null || true

Expand Down

0 comments on commit ce86d97

Please sign in to comment.