diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-03 06:32:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-03 06:32:46 +0000 |
commit | 814339f454ff9877a32f370cd548617e3f5ee48d (patch) | |
tree | 8b11dd88871f54845b5cdde822df0f12bc3ee14e /unmaintained/muffin/muffin.post-install | |
parent | 913ed91cdb9690cccf940b7263dea363c4bffc61 (diff) | |
download | aports-814339f454ff9877a32f370cd548617e3f5ee48d.tar.bz2 aports-814339f454ff9877a32f370cd548617e3f5ee48d.tar.xz |
testing/muffin: moved to unmaintained
Diffstat (limited to 'unmaintained/muffin/muffin.post-install')
-rw-r--r-- | unmaintained/muffin/muffin.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unmaintained/muffin/muffin.post-install b/unmaintained/muffin/muffin.post-install new file mode 100644 index 0000000000..772791e6f3 --- /dev/null +++ b/unmaintained/muffin/muffin.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + |