diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-31 17:13:21 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-31 17:13:21 -0300 |
commit | ff137f600f6894f77f9d1e653c5f00924f96f1fb (patch) | |
tree | 3b1caf320abc46fe5e2dbff31444544b003699e6 /libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install | |
parent | 069bf1c8c8b2eea3dc8480080a549daea63c184e (diff) |
gstreamer0.10-bad-libre-0.10.20-1 moved from [libre-testing] to [libre]
Diffstat (limited to 'libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install')
-rw-r--r-- | libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install new file mode 100644 index 000000000..3a36b0ccb --- /dev/null +++ b/libre/gstreamer0.10-bad-libre/gstreamer0.10-bad-plugins.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |