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 | 4 |
1 files changed, 4 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 index 3633bdc..6788abc 100644 --- a/abs/extra/plex-home-theater/plex-home-theater.install +++ b/abs/extra/plex-home-theater/plex-home-theater.install @@ -2,6 +2,10 @@ post_install() { gen_lib_xml.py } +post_upgrade() { + gen_lib_xml.py +} + post_remove() { gen_lib_xml.py } |