diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-12-30 20:33:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-12-30 20:33:31 (GMT) |
commit | 835bc35ade1cde55470a781b60e4f45032cdef9a (patch) | |
tree | eeddfe7247631c166f33c119ad7daf46d5d70f2a /abs/extra/openpht/openpht.install | |
parent | c9ae566e45dcf7ff871c9c6cb0a5b961ba13be92 (diff) | |
download | linhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.zip linhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.tar.gz linhes_pkgbuild-835bc35ade1cde55470a781b60e4f45032cdef9a.tar.bz2 |
replace plex-home-theater with openpht
update to openpht 1.5.0
plex home theater will not be updated anymore so moving to the community driven fork openpht
Diffstat (limited to 'abs/extra/openpht/openpht.install')
-rw-r--r-- | abs/extra/openpht/openpht.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/openpht/openpht.install b/abs/extra/openpht/openpht.install new file mode 100644 index 0000000..6788abc --- /dev/null +++ b/abs/extra/openpht/openpht.install @@ -0,0 +1,11 @@ +post_install() { + gen_lib_xml.py +} + +post_upgrade() { + gen_lib_xml.py +} + +post_remove() { + gen_lib_xml.py +} |