Codebase list jquery-colorbox / cdd81df
Added documentation examples Agustin Henze 11 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1414 -o \
1515 debian/libjs-jquery-colorbox/usr/share/javascript/jquery-colorbox/jquery.colorbox-min.js
1616
17 override_dh_installexamples:
18 dh_installexamples
19
20 find debian/libjs-jquery-colorbox/usr/share/doc/libjs-jquery-colorbox/examples \
21 -name "*.html" \
22 -type f \
23 -exec sed \
24 -i 's@script src=".*jquery.min.js"@script src="/usr/share/javascript/jquery/jquery.min.js"@g;s@script src="../jquery.colorbox.js"@script src="/usr/share/javascript/jquery-colorbox/jquery.colorbox.js"@g' \
25 '{}' \;
26
1727 override_dh_installchangelogs:
1828 dh_installchangelogs README.md