summaryrefslogtreecommitdiff
path: root/pcr/syncthing/syncthing.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-11 02:20:03 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-11 02:26:10 -0200
commit5b207e7b189ab580d03f24f9bb3b08b4cb074fe2 (patch)
treee36f78a9f27b340330c946c0481b8977ca06bb18 /pcr/syncthing/syncthing.install
parentb731488a06c968b5eb813148ea06f30030854f95 (diff)
syncthing: remove package from [pcr] because it's available on [community] -> https://labs.parabola.nu/issues/597
Diffstat (limited to 'pcr/syncthing/syncthing.install')
-rw-r--r--pcr/syncthing/syncthing.install28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/syncthing/syncthing.install b/pcr/syncthing/syncthing.install
deleted file mode 100644
index e400b9ba7..000000000
--- a/pcr/syncthing/syncthing.install
+++ /dev/null
@@ -1,28 +0,0 @@
-post_install() {
-cat << EOF
- WebGUI can be accessed at http://localhost:8080
-
- Execute
-
- systemctl daemon-reload
-
- to reload systemd modules.
-
- To start syncthing, execute:
-
- systemctl start syncthing@user
-
- where 'user' is your username.
-
- To autostart syncthing on system start, execute
-
- systemctl enable syncthing@user
-
- where 'user' is your username.
-
-EOF
-}
-
-post_upgrade() {
- post_install
-}