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