Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-27 22:15:15 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-28 18:20:54 +0300
commit16227491a7b1033590e534d6166f5b3bf54812d9 (patch)
treee1d46ddc5c182a213564379b757cddd62fcfd13a /etc
parentfbc0d465e9aae186b6e65aa195f6ab4bd08110b0 (diff)
build: clean cache by default
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/no-ip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ncp-config.d/no-ip.sh b/etc/ncp-config.d/no-ip.sh
index 509b96a5..58b6a444 100644
--- a/etc/ncp-config.d/no-ip.sh
+++ b/etc/ncp-config.d/no-ip.sh
@@ -103,6 +103,7 @@ configure()
cleanup()
{
# this uninstalls udiskie, commented out
+ # udiskie with these dependencies fixed in Buster
# apt-get purge -y make gcc libc-dev
:
}