aboutsummaryrefslogtreecommitdiff
path: root/src/kindle/uninstall/appreg.uninstall.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/kindle/uninstall/appreg.uninstall.sql')
-rw-r--r--src/kindle/uninstall/appreg.uninstall.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/kindle/uninstall/appreg.uninstall.sql b/src/kindle/uninstall/appreg.uninstall.sql
new file mode 100644
index 0000000..b1d96cc
--- /dev/null
+++ b/src/kindle/uninstall/appreg.uninstall.sql
@@ -0,0 +1,8 @@
+DELETE FROM "handlerIds" WHERE handlerId='uk.co.notori.gol';
+DELETE FROM "properties" WHERE handlerId='uk.co.notori.gol';
+DELETE FROM "associations" WHERE handlerId='uk.co.notori.gol';
+
+DELETE FROM "mimetypes" WHERE ext='gol';
+DELETE FROM "extenstions" WHERE ext='gol';
+DELETE FROM "properties" WHERE value='GameOfLife';
+DELETE FROM "associations" WHERE contentId='GL:*.gol';