openhab / openhab-linuxpkg

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

Add move command for linuxpkg #152

Closed BClark09 closed 4 years ago

BClark09 commented 4 years ago

Signed-off-by: Ben Clark ben@benjyc.uk

wborn commented 4 years ago

Is there a reason why the DEFAULT, DELETE and DELETEDIR commands aren't supported?

BClark09 commented 4 years ago

Not much of a reason as I hadn't figured out if the commands conflicted with how dpkg deals with files. At the moment, those commands are being used for files in the $OPENHAB_USERDATA directory, which the apt/yum packages treat as userfiles (except most of $OPENHAB_USERDATA/etc).

Most likely, we should be okay to support the commands without issue. I just haven't found the time to investigate yet :(