diff options
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 +} |