File: python-xstatic-jquery-ui.preinst

package info (click to toggle)
python-xstatic-jquery-ui 1.10.1.1%2Bdebian%2Bdfsg1-5~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 124 kB
  • sloc: python: 39; makefile: 38; sh: 14
file content (13 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

#DEBHELPER#

dpkg-maintscript-helper symlink_to_dir \
	/usr/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data/ui \
	/usr/lib/python2.7/dist-packages/xstatic/pkg/jquery_ui/data \
	1.10.1.1+debian+dfsg1-4 \
	python-xstatic-jquery-ui -- "$@"

exit 0