diff --git a/build.xml b/build.xml index 12074c67b7d738f299551fc9e435c80496472397..cfa7ea22f47e6c986430454aaf0cda2e24237727 100644 --- a/build.xml +++ b/build.xml @@ -1325,7 +1325,6 @@ <copy file="installer/resources/blocklist.txt" todir="pkg-temp/" /> <copy file="installer/resources/clients.config" todir="pkg-temp/" /> <copy file="installer/resources/i2ptunnel.config" todir="pkg-temp/" /> - <copy file="installer/resources/systray.config" todir="pkg-temp/" /> <copy file="installer/resources/wrapper.config" todir="pkg-temp/" /> <copy file="installer/resources/hosts.txt" todir="pkg-temp/" /> <copy file="INSTALL-headless.txt" todir="pkg-temp/" /> diff --git a/debian/conffiles b/debian/conffiles index 7dd60777bcdb14050ff74d3820d743a16e434589..968cc705c704058a64b87a730f59367bf5940158 100644 --- a/debian/conffiles +++ b/debian/conffiles @@ -12,4 +12,3 @@ /usr/share/i2p/i2psnark.config /usr/share/i2p/i2ptunnel.config /usr/share/i2p/router.config -/usr/share/i2p/systray.config diff --git a/installer/resources/systray.config b/installer/resources/systray.config deleted file mode 100644 index 062e3e3b2ed75b61ceef29758871943580c7b853..0000000000000000000000000000000000000000 --- a/installer/resources/systray.config +++ /dev/null @@ -1,14 +0,0 @@ -# NOTE: The system tray control currently only works on Windows and KDE. - -# The filename (with full path if needed) of the browser to be used by the -# system tray control to launch the router console. You may also append command -# line parameters like so: -# -# browser=/usr/bin/opera -newpage -# -# If you set this value to 'default', systray will attempt to identify and use -# your system's default browser. -browser=default - -# The port the router console listens on. -port=7657