#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

BASEDIR=debian/pop-cosmic/usr/share/gnome-shell/extensions/popx11gestures@system76.com

%:
	dh $@

override_dh_install:
	dh_install
	rm -rf $(BASEDIR)/schemas
