From 9def9750c05ad85020d7320431cbd31021648075 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 23 Jun 2020 19:49:46 -0700 Subject: [PATCH] frontpage: Drop empty custom shortcut files Installing an empty file in /etc/ that is meant to be modified is an unnecessary invitation to upgrade issues. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- custom-shortcuts.json | 0 data/etc/plinth/custom-shortcuts.json | 0 debian/freedombox.maintscript | 1 + 3 files changed, 1 insertion(+) delete mode 100644 custom-shortcuts.json delete mode 100644 data/etc/plinth/custom-shortcuts.json diff --git a/custom-shortcuts.json b/custom-shortcuts.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/data/etc/plinth/custom-shortcuts.json b/data/etc/plinth/custom-shortcuts.json deleted file mode 100644 index e69de29bb..000000000 diff --git a/debian/freedombox.maintscript b/debian/freedombox.maintscript index 2ccd25060..aea3d40da 100644 --- a/debian/freedombox.maintscript +++ b/debian/freedombox.maintscript @@ -11,3 +11,4 @@ rm_conffile /etc/plinth/modules-enabled/restore 20.1~ rm_conffile /etc/plinth/modules-enabled/repro 20.1~ rm_conffile /etc/apt/preferences.d/50freedombox3.pref 20.5~ rm_conffile /etc/plinth/plinth.config 20.12~ +rm_conffile /etc/plinth/custom-shortcuts.json 20.12~