File: python3-xstatic-jquery-ui.preinst

package info (click to toggle)
python-xstatic-jquery-ui 1.12.0.1%2Bdebian%2Bdfsg3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 116 kB
  • sloc: python: 39; makefile: 22; sh: 14
file content (13 lines) | stat: -rwxr-xr-x 268 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/python3/dist-packages/xstatic/pkg/jquery_ui/data/ui \
	/usr/lib/python3/dist-packages/xstatic/pkg/jquery_ui/data \
	1.10.1.1+debian+dfsg1-4 \
	python3-xstatic-jquery-ui -- "$@"

exit 0