diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:49:25 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:49:25 +0000 |
commit | d06bbe1abf6dd6c3b3ab43638fee2f3a347eb396 (patch) | |
tree | caca4ab14404e64b98f70475243f4315b45920ce /unmaintained/nemo/nemo.post-deinstall | |
parent | 78bf7d586ae1c538a20e13ac7cf97aee8047838e (diff) | |
download | aports-d06bbe1abf6dd6c3b3ab43638fee2f3a347eb396.tar.bz2 aports-d06bbe1abf6dd6c3b3ab43638fee2f3a347eb396.tar.xz |
testing/nemo: move to unmaintained
it depends on cinnamon-desktop which is unmaintained
Diffstat (limited to 'unmaintained/nemo/nemo.post-deinstall')
-rw-r--r-- | unmaintained/nemo/nemo.post-deinstall | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unmaintained/nemo/nemo.post-deinstall b/unmaintained/nemo/nemo.post-deinstall new file mode 100644 index 000000000..772791e6f --- /dev/null +++ b/unmaintained/nemo/nemo.post-deinstall @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Compiling glib schemas" + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + |