Description: clean translations
 Upstream doesn't clean out translations on make clean, so this patch
 changes that.

--- gnome-shell-extension-dashtodock-70.orig/Makefile
+++ gnome-shell-extension-dashtodock-70/Makefile
@@ -33,6 +33,7 @@ clean:
 	rm -f ./schemas/gschemas.compiled
 	rm -f stylesheet.css
 	rm -rf _build
+	rm -f ./po/*.mo

 extension: ./schemas/gschemas.compiled ./stylesheet.css $(MSGSRC:.po=.mo)

