From 5ba1722f402873fdbb2bbff80b8752374514b6a8 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 19 Apr 2020 22:44:44 -0400
Subject: [PATCH] Corrected upgrade issue in indicator-datetime

---
 helpers/make-indicator-datetime | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helpers/make-indicator-datetime b/helpers/make-indicator-datetime
index fce3c4dd..5e4e5c0f 100644
--- a/helpers/make-indicator-datetime
+++ b/helpers/make-indicator-datetime
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
@@ -67,6 +67,9 @@ done
 sed '/UNITY8,/a\        MATE,' -i include/datetime/actions-live.h
 patch -p0 < $DATA/launch-time-admin-in-mate.patch
 
+# This messes things up
+rm debian/indicator-datetime.maintscript
+
 changelog "Add MATE compatibility"
 
 compile
-- 
GitLab