diff options
Diffstat (limited to 'testing/vino/vino.install')
-rw-r--r-- | testing/vino/vino.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/vino/vino.install b/testing/vino/vino.install new file mode 100644 index 000000000..fabaa1ed7 --- /dev/null +++ b/testing/vino/vino.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |