File: install

package info (click to toggle)
jquery-at.js 1.5.4%2Bdfsg.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 352 kB
  • sloc: javascript: 91; makefile: 56
file content (20 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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/

# NodeJS package description.
package.json		usr/share/nodejs/at.js/

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