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 09:42:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-27 15:08:16 +0300
commit89835cc714dbe0f30e622cad262ee57c09dbfc1f (patch)
tree7b5aa4f901026d774d580d11d9f6c126eed0a088 /etc
parent2c01a876c27f372168ffc9760582e58a73edbe3c (diff)
build: fix noip cleanup uninstalls udiskie
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/no-ip.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ncp-config.d/no-ip.sh b/etc/ncp-config.d/no-ip.sh
index d8351797..509b96a5 100644
--- a/etc/ncp-config.d/no-ip.sh
+++ b/etc/ncp-config.d/no-ip.sh
@@ -102,7 +102,9 @@ configure()
cleanup()
{
- apt-get purge -y make gcc libc-dev
+ # this uninstalls udiskie, commented out
+ # apt-get purge -y make gcc libc-dev
+ :
}
# License