From 5b207e7b189ab580d03f24f9bb3b08b4cb074fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 11 Nov 2014 02:20:03 -0200 Subject: syncthing: remove package from [pcr] because it's available on [community] -> https://labs.parabola.nu/issues/597 --- pcr/syncthing/syncthing.install | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 pcr/syncthing/syncthing.install (limited to 'pcr/syncthing/syncthing.install') 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 -} -- cgit v1.2.3-2-g168b