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, 19 insertions, 0 deletions
diff --git a/nextcloud-client.install b/nextcloud-client.install
new file mode 100644
index 000000000000..7b3ea262c174
--- /dev/null
+++ b/nextcloud-client.install
@@ -0,0 +1,19 @@
+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
+}