Skip to content

Commit

Permalink
build: fix cleanup: udisks depends on make and buildutils
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Feb 5, 2018
1 parent e229cba commit ee88645
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
24 changes: 0 additions & 24 deletions etc/nextcloudpi-config.d/letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,37 +93,13 @@ EOF
cleanup()
{
apt-get purge -y \
make \
git \
augeas-lenses \
binutils \
cpp \
cpp-6 \
gcc \
gcc-6 \
libasan3 \
libaugeas0 \
libc-dev-bin \
libc6-dev \
libcc1-0 \
libexpat1-dev \
libffi-dev \
libgcc-6-dev \
libgomp1 \
libisl15 \
libmpc3 \
libpython-dev \
libpython2.7-dev \
libssl-dev \
libubsan0 \
linux-libc-dev \
python-dev \
python-virtualenv \
python2.7-dev \
python-pkg-resources \
python3-pkg-resources \
python3-virtualenv \
virtualenv \
python-pip-whl
}

Expand Down
5 changes: 0 additions & 5 deletions etc/nextcloudpi-config.d/no-ip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ configure()

}

cleanup()
{
apt-get purge -y make
apt-get autoremove -y
}
# License
#
# This script is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit ee88645

Please sign in to comment.