diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 09:35:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 09:35:43 +0700 |
commit | e94784ad5e4da0068f2b1afeb0337c2fe7366844 (patch) | |
tree | acf3040bdc0d0f936999bf0838beb0f1fb0a43ab /office | |
parent | 89bb651af4ef6f4e22334e62f8c5b930600ea2ae (diff) |
office/asymptote: Added missing files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/asymptote/doinst.sh | 3 | ||||
-rw-r--r-- | office/asymptote/douninst.sh | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/office/asymptote/doinst.sh b/office/asymptote/doinst.sh new file mode 100644 index 000000000000..86b8ef5149c9 --- /dev/null +++ b/office/asymptote/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/install-info ]; then + /usr/bin/install-info --info-dir=usr/info usr/info/PRGNAM.info.gz 2> /dev/null +fi diff --git a/office/asymptote/douninst.sh b/office/asymptote/douninst.sh new file mode 100644 index 000000000000..1bef5020286e --- /dev/null +++ b/office/asymptote/douninst.sh @@ -0,0 +1,6 @@ +if [ -x /usr/bin/install-info -a -d usr/info ]; then + ( cd usr/info + rm -f dir + for i in *.info*; do /usr/bin/install-info $i dir 2>/dev/null; done + ) +fi |