Commit 1f5317a51533fb63293bc9649003219e71bcffb1

Authored by Perry Werneck
1 parent f8f7163d

Adding deb post install/uninstall scripts.

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
debian/postinst 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +glib-compile-schemas /usr/share/glib-2.0/schemas
  3 +
... ...
debian/postrm 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/sh
  2 +glib-compile-schemas /usr/share/glib-2.0/schemas
  3 +
... ...