├── .gitignore ├── debian ├── boot-repair.install ├── boot-repair.manpages ├── boot-sav.install ├── changelog ├── clean-ubiquity.install ├── clean-ubiquity.manpages ├── compat ├── control ├── copyright ├── gbp.conf ├── os-uninstaller.install ├── os-uninstaller.manpages ├── rules ├── source │ └── format └── watch ├── docs ├── boot-repair.8 ├── cleanubiquityafter.8 ├── cleanubiquitybefore.8 └── os-uninstaller.8 ├── etc └── apport │ └── crashdb.conf.d │ ├── boot-repair-crashdb.conf │ └── os-uninstaller-crashdb.conf └── usr ├── bin ├── boot-repair ├── cleanubiquityafter ├── cleanubiquitybefore └── os-uninstaller └── share ├── applications ├── boot-repair.desktop └── os-uninstaller.desktop ├── apport └── package-hooks │ ├── source_boot-repair.py │ └── source_os-uninstaller.py ├── boot-sav ├── bis.sh ├── boot-repair-actions.sh ├── boot-repair-gui.sh ├── boot-repair-translations.sh ├── boot-repair.png ├── boot-repair.sh ├── boot-sav.glade ├── bs-common.sh ├── bs-init.sh ├── gui-actions-grub.sh ├── gui-actions-purge.sh ├── gui-actions.sh ├── gui-dummy.sh ├── gui-g2slaunch.sh ├── gui-init.sh ├── gui-raid-lvm.sh ├── gui-scan.sh ├── gui-tab-grub.sh ├── gui-tab-loca.sh ├── gui-tab-main.sh ├── gui-tab-mbr.sh ├── gui-tab-other.sh ├── gui-translations.sh ├── os-uninstaller-actions.sh ├── os-uninstaller-gui.sh ├── os-uninstaller-translations.sh ├── os-uninstaller.png ├── os-uninstaller.sh ├── packconfig.png └── removegrub.png ├── doc ├── boot-repair │ └── changelog.gz ├── boot-sav │ └── changelog.gz ├── clean-ubiquity │ └── changelog.gz └── os-uninstaller │ └── changelog.gz ├── icons └── hicolor │ └── 128x128 │ └── apps │ ├── boot-repair.png │ └── os-uninstaller.png └── locale ├── af └── LC_MESSAGES │ └── boot-sav.mo ├── ar └── LC_MESSAGES │ └── boot-sav.mo ├── ast └── LC_MESSAGES │ └── boot-sav.mo ├── az └── LC_MESSAGES │ └── boot-sav.mo ├── be └── LC_MESSAGES │ └── boot-sav.mo ├── bg └── LC_MESSAGES │ └── boot-sav.mo ├── bn └── LC_MESSAGES │ └── boot-sav.mo ├── bs └── LC_MESSAGES │ └── boot-sav.mo ├── ca └── LC_MESSAGES │ └── boot-sav.mo ├── ckb └── LC_MESSAGES │ └── boot-sav.mo ├── cs └── LC_MESSAGES │ └── boot-sav.mo ├── da └── LC_MESSAGES │ └── boot-sav.mo ├── de └── LC_MESSAGES │ └── boot-sav.mo ├── el └── LC_MESSAGES │ └── boot-sav.mo ├── en_AU └── LC_MESSAGES │ └── boot-sav.mo ├── en_CA └── LC_MESSAGES │ └── boot-sav.mo ├── en_GB └── LC_MESSAGES │ └── boot-sav.mo ├── eo └── LC_MESSAGES │ └── boot-sav.mo ├── es └── LC_MESSAGES │ └── boot-sav.mo ├── et └── LC_MESSAGES │ └── boot-sav.mo ├── eu └── LC_MESSAGES │ └── boot-sav.mo ├── fa └── LC_MESSAGES │ └── boot-sav.mo ├── fi └── LC_MESSAGES │ └── boot-sav.mo ├── fil └── LC_MESSAGES │ └── boot-sav.mo ├── fr └── LC_MESSAGES │ └── boot-sav.mo ├── ga └── LC_MESSAGES │ └── boot-sav.mo ├── gl └── LC_MESSAGES │ └── boot-sav.mo ├── gu └── LC_MESSAGES │ └── boot-sav.mo ├── he └── LC_MESSAGES │ └── boot-sav.mo ├── hi └── LC_MESSAGES │ └── boot-sav.mo ├── hr └── LC_MESSAGES │ └── boot-sav.mo ├── ht └── LC_MESSAGES │ └── boot-sav.mo ├── hu └── LC_MESSAGES │ └── boot-sav.mo ├── hy └── LC_MESSAGES │ └── boot-sav.mo ├── id └── LC_MESSAGES │ └── boot-sav.mo ├── is └── LC_MESSAGES │ └── boot-sav.mo ├── it └── LC_MESSAGES │ └── boot-sav.mo ├── ja └── LC_MESSAGES │ └── boot-sav.mo ├── ka └── LC_MESSAGES │ └── boot-sav.mo ├── kn └── LC_MESSAGES │ └── boot-sav.mo ├── ko └── LC_MESSAGES │ └── boot-sav.mo ├── lt └── LC_MESSAGES │ └── boot-sav.mo ├── lv └── LC_MESSAGES │ └── boot-sav.mo ├── mg └── LC_MESSAGES │ └── boot-sav.mo ├── mk └── LC_MESSAGES │ └── boot-sav.mo ├── ms └── LC_MESSAGES │ └── boot-sav.mo ├── mt └── LC_MESSAGES │ └── boot-sav.mo ├── nb └── LC_MESSAGES │ └── boot-sav.mo ├── nl └── LC_MESSAGES │ └── boot-sav.mo ├── nn └── LC_MESSAGES │ └── boot-sav.mo ├── oc └── LC_MESSAGES │ └── boot-sav.mo ├── pl └── LC_MESSAGES │ └── boot-sav.mo ├── pt └── LC_MESSAGES │ └── boot-sav.mo ├── pt_BR └── LC_MESSAGES │ └── boot-sav.mo ├── ro └── LC_MESSAGES │ └── boot-sav.mo ├── ru └── LC_MESSAGES │ └── boot-sav.mo ├── sk └── LC_MESSAGES │ └── boot-sav.mo ├── sl └── LC_MESSAGES │ └── boot-sav.mo ├── sq └── LC_MESSAGES │ └── boot-sav.mo ├── sr └── LC_MESSAGES │ └── boot-sav.mo ├── sv └── LC_MESSAGES │ └── boot-sav.mo ├── sw └── LC_MESSAGES │ └── boot-sav.mo ├── ta └── LC_MESSAGES │ └── boot-sav.mo ├── te └── LC_MESSAGES │ └── boot-sav.mo ├── th └── LC_MESSAGES │ └── boot-sav.mo ├── tl └── LC_MESSAGES │ └── boot-sav.mo ├── tr └── LC_MESSAGES │ └── boot-sav.mo ├── ug └── LC_MESSAGES │ └── boot-sav.mo ├── uk └── LC_MESSAGES │ └── boot-sav.mo ├── ur └── LC_MESSAGES │ └── boot-sav.mo ├── uz └── LC_MESSAGES │ └── boot-sav.mo ├── vi └── LC_MESSAGES │ └── boot-sav.mo ├── yi └── LC_MESSAGES │ └── boot-sav.mo ├── zh_CN └── LC_MESSAGES │ └── boot-sav.mo ├── zh_HK └── LC_MESSAGES │ └── boot-sav.mo └── zh_TW └── LC_MESSAGES └── boot-sav.mo /.gitignore: -------------------------------------------------------------------------------- 1 | /.pc 2 | *~ 3 | /lpsm.cfg 4 | -------------------------------------------------------------------------------- /debian/boot-repair.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/boot-repair.install -------------------------------------------------------------------------------- /debian/boot-repair.manpages: -------------------------------------------------------------------------------- 1 | docs/boot-repair.8 2 | -------------------------------------------------------------------------------- /debian/boot-sav.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/boot-sav.install -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/clean-ubiquity.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/clean-ubiquity.install -------------------------------------------------------------------------------- /debian/clean-ubiquity.manpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/clean-ubiquity.manpages -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 7 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/gbp.conf: -------------------------------------------------------------------------------- 1 | [DEFAULT] 2 | pristine-tar = True 3 | -------------------------------------------------------------------------------- /debian/os-uninstaller.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/os-uninstaller.install -------------------------------------------------------------------------------- /debian/os-uninstaller.manpages: -------------------------------------------------------------------------------- 1 | docs/os-uninstaller.8 2 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | %: 4 | dh $@ --with python2 5 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/debian/watch -------------------------------------------------------------------------------- /docs/boot-repair.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/docs/boot-repair.8 -------------------------------------------------------------------------------- /docs/cleanubiquityafter.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/docs/cleanubiquityafter.8 -------------------------------------------------------------------------------- /docs/cleanubiquitybefore.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/docs/cleanubiquitybefore.8 -------------------------------------------------------------------------------- /docs/os-uninstaller.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/docs/os-uninstaller.8 -------------------------------------------------------------------------------- /etc/apport/crashdb.conf.d/boot-repair-crashdb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/etc/apport/crashdb.conf.d/boot-repair-crashdb.conf -------------------------------------------------------------------------------- /etc/apport/crashdb.conf.d/os-uninstaller-crashdb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/etc/apport/crashdb.conf.d/os-uninstaller-crashdb.conf -------------------------------------------------------------------------------- /usr/bin/boot-repair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/bin/boot-repair -------------------------------------------------------------------------------- /usr/bin/cleanubiquityafter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/bin/cleanubiquityafter -------------------------------------------------------------------------------- /usr/bin/cleanubiquitybefore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/bin/cleanubiquitybefore -------------------------------------------------------------------------------- /usr/bin/os-uninstaller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/bin/os-uninstaller -------------------------------------------------------------------------------- /usr/share/applications/boot-repair.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/applications/boot-repair.desktop -------------------------------------------------------------------------------- /usr/share/applications/os-uninstaller.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/applications/os-uninstaller.desktop -------------------------------------------------------------------------------- /usr/share/apport/package-hooks/source_boot-repair.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/apport/package-hooks/source_boot-repair.py -------------------------------------------------------------------------------- /usr/share/apport/package-hooks/source_os-uninstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/apport/package-hooks/source_os-uninstaller.py -------------------------------------------------------------------------------- /usr/share/boot-sav/bis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/bis.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-repair-actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-repair-actions.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-repair-gui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-repair-gui.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-repair-translations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-repair-translations.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-repair.png -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-repair.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-repair.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/boot-sav.glade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/boot-sav.glade -------------------------------------------------------------------------------- /usr/share/boot-sav/bs-common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/bs-common.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/bs-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/bs-init.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-actions-grub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-actions-grub.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-actions-purge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-actions-purge.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-actions.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-dummy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-dummy.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-g2slaunch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-g2slaunch.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-init.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-raid-lvm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-raid-lvm.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-scan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-scan.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-tab-grub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-tab-grub.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-tab-loca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-tab-loca.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-tab-main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-tab-main.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-tab-mbr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-tab-mbr.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-tab-other.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-tab-other.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/gui-translations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/gui-translations.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/os-uninstaller-actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/os-uninstaller-actions.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/os-uninstaller-gui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/os-uninstaller-gui.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/os-uninstaller-translations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/os-uninstaller-translations.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/os-uninstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/os-uninstaller.png -------------------------------------------------------------------------------- /usr/share/boot-sav/os-uninstaller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/os-uninstaller.sh -------------------------------------------------------------------------------- /usr/share/boot-sav/packconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/packconfig.png -------------------------------------------------------------------------------- /usr/share/boot-sav/removegrub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/boot-sav/removegrub.png -------------------------------------------------------------------------------- /usr/share/doc/boot-repair/changelog.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/doc/boot-repair/changelog.gz -------------------------------------------------------------------------------- /usr/share/doc/boot-sav/changelog.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/doc/boot-sav/changelog.gz -------------------------------------------------------------------------------- /usr/share/doc/clean-ubiquity/changelog.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/doc/clean-ubiquity/changelog.gz -------------------------------------------------------------------------------- /usr/share/doc/os-uninstaller/changelog.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/doc/os-uninstaller/changelog.gz -------------------------------------------------------------------------------- /usr/share/icons/hicolor/128x128/apps/boot-repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/icons/hicolor/128x128/apps/boot-repair.png -------------------------------------------------------------------------------- /usr/share/icons/hicolor/128x128/apps/os-uninstaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/icons/hicolor/128x128/apps/os-uninstaller.png -------------------------------------------------------------------------------- /usr/share/locale/af/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/af/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ar/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ar/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ast/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ast/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/az/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/az/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/be/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/be/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/bg/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/bg/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/bn/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/bn/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/bs/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/bs/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ca/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ca/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ckb/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ckb/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/cs/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/cs/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/da/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/da/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/de/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/de/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/el/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/el/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/en_AU/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/en_AU/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/en_CA/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/en_CA/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/en_GB/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/en_GB/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/eo/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/eo/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/es/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/es/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/et/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/et/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/eu/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/eu/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/fa/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/fa/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/fi/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/fi/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/fil/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/fil/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/fr/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/fr/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ga/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ga/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/gl/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/gl/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/gu/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/gu/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/he/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/he/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/hi/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/hi/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/hr/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/hr/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ht/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ht/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/hu/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/hu/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/hy/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/hy/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/id/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/id/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/is/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/is/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/it/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/it/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ja/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ja/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ka/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ka/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/kn/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/kn/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ko/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ko/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/lt/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/lt/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/lv/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/lv/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/mg/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/mg/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/mk/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/mk/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ms/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ms/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/mt/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/mt/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/nb/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/nb/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/nl/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/nl/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/nn/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/nn/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/oc/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/oc/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/pl/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/pl/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/pt/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/pt/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/pt_BR/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/pt_BR/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ro/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ro/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ru/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ru/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sk/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sk/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sl/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sl/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sq/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sq/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sr/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sr/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sv/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sv/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/sw/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/sw/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ta/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ta/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/te/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/te/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/th/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/th/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/tl/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/tl/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/tr/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/tr/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ug/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ug/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/uk/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/uk/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/ur/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/ur/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/uz/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/uz/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/vi/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/vi/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/yi/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/yi/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/zh_CN/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/zh_CN/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/zh_HK/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/zh_HK/LC_MESSAGES/boot-sav.mo -------------------------------------------------------------------------------- /usr/share/locale/zh_TW/LC_MESSAGES/boot-sav.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannmrn/boot-repair/HEAD/usr/share/locale/zh_TW/LC_MESSAGES/boot-sav.mo --------------------------------------------------------------------------------