diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-25 19:19:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-25 19:19:06 (GMT) |
commit | 5a66b67c322a7ba523798cf60b8627e25aa34273 (patch) | |
tree | 4e90e65656269d6092e9910e8c16c5144a5b363d /abs/extra/plex-home-theater/plex-home-theater.install | |
parent | 4b2977c4685b18bed19cea1070a2ff8deb1a753a (diff) | |
download | linhes_pkgbuild-5a66b67c322a7ba523798cf60b8627e25aa34273.zip linhes_pkgbuild-5a66b67c322a7ba523798cf60b8627e25aa34273.tar.gz linhes_pkgbuild-5a66b67c322a7ba523798cf60b8627e25aa34273.tar.bz2 |
plex-home-theater: initial inclusion. refs #981
Diffstat (limited to 'abs/extra/plex-home-theater/plex-home-theater.install')
-rw-r--r-- | abs/extra/plex-home-theater/plex-home-theater.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/plex-home-theater/plex-home-theater.install b/abs/extra/plex-home-theater/plex-home-theater.install new file mode 100644 index 0000000..3633bdc --- /dev/null +++ b/abs/extra/plex-home-theater/plex-home-theater.install @@ -0,0 +1,7 @@ +post_install() { + gen_lib_xml.py +} + +post_remove() { + gen_lib_xml.py +} |