openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Installation should not include .bat or contrib files. #73

Closed BClark09 closed 6 years ago

BClark09 commented 6 years ago

The purpose of openhab-linuxpkg is to provide a fully configured (but editable) installation of openHAB 2. There should be no need to package the .bat files in /usr/share/openhab2, nor should the service templates exist in /usr/share/openhab2/runtime/bin/contrib as these are provided already. Seems wasteful to include them in the package and should therefore be excluded.

@ThomDietrich wdyt?

BClark09 commented 6 years ago

Also, /usr/share/openhab2/runtime/bin/update can be replaced with a simple message asking to apt-get or yum/dnf.

ThomDietrich commented 6 years ago

Agree on both points. Including the bats is dead weight and the other files are not needed and should hence not exist in the first place. All these files will just clutter the users file system and mislead them into thinking they are of value.