diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:36:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:36:36 +0000 |
commit | e1d7d7f00f4209bc5561ebb7036408bf9ad49f9f (patch) | |
tree | d12c26e3266c16932d72eb0730b9c19216a464e1 /Keywords | |
parent | 4dd5f3ed1dc379f3b19b3e4a7cf705428b89879e (diff) | |
download | ports-e1d7d7f00f4209bc5561ebb7036408bf9ad49f9f.tar.gz ports-e1d7d7f00f4209bc5561ebb7036408bf9ad49f9f.zip |
Notes
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/info.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Keywords/info.yaml b/Keywords/info.yaml index e571d3a1e7a5..6c34caab8527 100644 --- a/Keywords/info.yaml +++ b/Keywords/info.yaml @@ -5,11 +5,11 @@ actions: [file] post-install: | file=%D/%@ - install-info --quiet %D/%@ %D/info/dir + ginstall-info --quiet %D/%@ %D/info/dir post-deinstall: | file=%D/%@ - install-info --quiet --delete %D/%@ %D/info/dir - if [ $(info -d ${file%/*} --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then + ginstall-info --quiet --delete %D/%@ %D/info/dir + if [ $(ginfo -d ${file%/*} --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then rm -f ${file%/*}/dir fi if [ ${file%/*} != "%D/info" ]; then |