#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

%:
	dh $@

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