diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-03-16 23:51:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-03-16 23:51:01 (GMT) |
commit | 31841a335c75534c56a8d336a2a8db82e49df7da (patch) | |
tree | f7f5022b330b0cbd757bda68aefd39c91555c443 /abs/extra/plex-home-theater/plex-home-theater.install | |
parent | 17647fa586e84751187af765373f1059e15b549e (diff) | |
download | linhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.zip linhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.tar.gz linhes_pkgbuild-31841a335c75534c56a8d336a2a8db82e49df7da.tar.bz2 |
plex-home-theater: stop xscreensaver
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 } |