From 7e365b4655643aef593c93a24b0f053f486686e4 Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Fri, 21 Oct 2016 23:18:28 +0200
Subject: [PATCH] Remove pd-l2ork-k12*.desktop files, as K12 mode isn't
 supported by purr-data yet.

---
 debuild/debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debuild/debian/rules b/debuild/debian/rules
index 75b0ce5e6..ca104375a 100755
--- a/debuild/debian/rules
+++ b/debuild/debian/rules
@@ -28,6 +28,7 @@ override_dh_auto_install:
 # Remove some unneeded files.
 	cd debian/purr-data/ && rm -f Makefile README.txt
 #	cd debian/purr-data/usr/lib/pd-l2ork/bin && rm -f DejaVuSansMono.ttf
+	cd debian/purr-data/usr/share/applications && rm -f pd-l2ork-k12*.desktop
 	cd debian/purr-data/usr/lib/pd-l2ork/extra && rm -rf */*.pd_linux_o */*.la
 # Move cyclist and pdsend/pdreceive to the pd-l2ork lib directory to prevent
 # conflicts with other packages providing these files.
-- 
GitLab