blob: 98b117d549172c18e887d6c217909ee8546c8f26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (C) 2012 Timothy Pearson
# kb9vqf (AT) pearsoncomputing.net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### other data ################################
install( FILES
pnp.ids dpy.ids
DESTINATION ${DATA_INSTALL_DIR}/tdehwlib/pnpdev )
|