diff options
Diffstat (limited to 'abs/extra-testing/lcdproc/lcdproc.install')
-rw-r--r-- | abs/extra-testing/lcdproc/lcdproc.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra-testing/lcdproc/lcdproc.install b/abs/extra-testing/lcdproc/lcdproc.install new file mode 100644 index 0000000..bd3c85e --- /dev/null +++ b/abs/extra-testing/lcdproc/lcdproc.install @@ -0,0 +1,7 @@ +post_install() { + add_service.sh lcdd +} + +pre_remove() { + remove_service.sh lcdd +} |