File: install

package info (click to toggle)
jquery-at.js 1.5.4%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: makefile: 72
file content (17 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# debian/install
# Files to install in the package.
# Manual page: ‘dh_install(1)’.

# JavaScript library.
build/jquery.atwho.js           /usr/share/javascript/jquery-atwho/
build/jquery.atwho.min.js	/usr/share/javascript/jquery-atwho/

# Cascading Style Sheet.
src/jquery.atwho.css	/usr/share/javascript/jquery-atwho/


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :