summaryrefslogtreecommitdiffstats
path: root/system/fileschanged/doinst.sh
diff options
context:
space:
mode:
author Axel Bergerhoff <the.druid@arcor.de>2017-08-31 12:10:44 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-09-02 10:19:46 +0100
commitcae95a71efdd8586432d4c35082aca1b32d6aaf2 (patch)
tree5d8ddece40630cadf7ee8920cba5e6061f932af3 /system/fileschanged/doinst.sh
parent26b6761d40b94c4aab51d6e502b381e805a06ef6 (diff)
downloadslackbuilds-cae95a71efdd8586432d4c35082aca1b32d6aaf2.tar.gz
slackbuilds-cae95a71efdd8586432d4c35082aca1b32d6aaf2.tar.xz
system/fileschanged: Added (File Alteration Monitor client).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fileschanged/doinst.sh')
-rw-r--r--system/fileschanged/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/fileschanged/doinst.sh b/system/fileschanged/doinst.sh
new file mode 100644
index 0000000000..f3605d4eeb
--- /dev/null
+++ b/system/fileschanged/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/install-info ]; then
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null
+fi