diff --git a/helpers/make-a11y-profile-manager b/helpers/make-a11y-profile-manager
index 703d213288371b3cb5156a8d4404221e26807301..93d16fe5fbfd8dd92b9f738772ffaad1de9da6b8 100644
--- a/helpers/make-a11y-profile-manager
+++ b/helpers/make-a11y-profile-manager
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
 #    Copyright (C) 2017  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2019 Mason Hock <mason@masonhock.com>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,23 +18,23 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
-cat << EOF >> profiles/mate-blindness/profile.gsettings
+cat << EOF >> profiles/blindness/profile.gsettings
 
 [com.canonical.unity-greeter]
 screen-reader=true
 EOF
 
-cat << EOF >> profiles/mate-onscreen-keyboard/profile.gsettings
+cat << EOF >> profiles/onscreen-keyboard/profile.gsettings
 
 [com.canonical.unity-greeter]
 onscreen-keyboard=true
 EOF
 
-cat << EOF >> profiles/mate-high-contrast/profile.gsettings
+cat << EOF >> profiles/high-contrast/profile.gsettings
 
 [com.canonical.unity-greeter]
 high-contrast=true