summarylogtreecommitdiffstats
path: root/nextcloud-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-client.install')
-rw-r--r--nextcloud-client.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/nextcloud-client.install b/nextcloud-client.install
deleted file mode 100644
index 7b3ea262c174..000000000000
--- a/nextcloud-client.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor
- systemctl daemon-reload
- echo ================================== Important =================================
- echo Start the nextcloud client daemon with:
- echo systemctl start --user nextcloud-client.service
- echo ==============================================================================
- echo Enable the nextcloud client daemon with:
- echo systemctl enable --user nextcloud-client.service
- echo ==============================================================================
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}