summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/extra/katepart/install.sh
blob: c6bfeeadf9c4fe64787063e9755d83dc4c022739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! /usr/bin/env bash

# boost::hs installer
#
# Copyright 2006 Matias Capeletto
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

# This script install the .xml kate syntax files in KDE

echo "Installing boost::hs"
echo "A few xml files will be copy to the place KDE store katepart sources."
echo "Files to install"

ls syntax/*.xml -1

echo "Installing..."

cp syntax/*.xml /usr/share/apps/katepart/syntax

echo "Done!"
echo ""