1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 09:47:07 +00:00
termux-packages/packages/tvheadend/tvheadend-data.subpackage.sh
Henrik Grimler be8e4041e4
tvheadend: subpkg tvheadend-data should break and replace previous versions
Since files are are moved from tvheadend to tvheadend-data, apt
upgrade fails due to file conflicts unless we set BREAKS and REPLACES.

Also should be no need for tvheadend-data to depend on tvheadend.

Fixes commit 4fe2bd9a1a ("tvheadend: Subpackage platform-independent
data").
2022-11-04 22:47:27 +01:00

7 lines
277 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Platform-independent data for tvheadend"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
TERMUX_SUBPKG_INCLUDE="share/tvheadend/"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_BREAKS="tvheadend (<< 4.2.8-9)"
TERMUX_SUBPKG_REPLACES="tvheadend (<< 4.2.8-9)"