diff options
Diffstat (limited to 'misc/dvtm/doinst.sh')
-rw-r--r-- | misc/dvtm/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/dvtm/doinst.sh b/misc/dvtm/doinst.sh new file mode 100644 index 0000000000..870a890ca1 --- /dev/null +++ b/misc/dvtm/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/tic ]; then + /usr/bin/tic -s usr/share/dvtm/dvtm.info >/dev/null 2>&1 +fi |