diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-10-25 12:18:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-10-25 12:18:09 -0700 |
commit | 21597cb71c574171b7494d51a584f9b74f94b1f0 (patch) | |
tree | 8374fc2fefaea2933c3f237b0a45f6d963218888 /lziprecover.install | |
download | lziprecover-21597cb71c574171b7494d51a584f9b74f94b1f0.tar.xz |
Initial commit
Diffstat (limited to 'lziprecover.install')
-rw-r--r-- | lziprecover.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lziprecover.install b/lziprecover.install new file mode 100644 index 0000000..7799193 --- /dev/null +++ b/lziprecover.install @@ -0,0 +1,13 @@ +infodir=/usr/share/info + +post_install() { + install-info $infodir/lziprecover.info $infodir/dir &> /dev/null +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + install-info --delete $infodir/lziprecover.info $infodir/dir &> /dev/null +} |