summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 27b04c3b9856f886ca86d02a71235d9f354687bb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --with python2

PYDIR=$(CURDIR)/debian/plinth/usr/lib/python2.7/plinth
override_dh_auto_install:
	dh_auto_install
	find $(PYDIR) -name \*.png -o -name \*.svg | xargs chmod -x

override_dh_installinit:
	dh_installinit --onlyscripts