#!/bin/sh

if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
  gconf-schemas --unregister advanced-power-l10n-ru-ru.schemas
fi
exit 0