#!/bin/bash

if gsettings list-schemas | grep -q "^mobi.phosh.phrog$"; then
    gsettings set mobi.phosh.phrog first-run ""
fi
