OSG_Mugshot_fork/debian/rules

9 lines
169 B
Makefile
Executable File

#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
dh $@ --with python2,translations
else
dh $@ --with python2
endif
find . -type d -empty -delete