diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
commit | b2c353d874b85e06f355a9419852e2616613c7d0 (patch) | |
tree | f0773e0a930d308198ef5036d4f74e7f53015e6e /testing/vino/vino.install | |
parent | 0a24fb835cac4007388213ad0afb15257b035b14 (diff) |
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'testing/vino/vino.install')
-rw-r--r-- | testing/vino/vino.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/vino/vino.install b/testing/vino/vino.install deleted file mode 100644 index fabaa1ed7..000000000 --- a/testing/vino/vino.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |