summaryrefslogtreecommitdiff
path: root/testing/gedit/gedit.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
commitfe675be3a5f22b4397ea55959bb3c47b4c1b8288 (patch)
tree2d8d385678576c75dc561c6fc2c194df7aad2b9b /testing/gedit/gedit.install
parent637c1cfdcd258a870ad5367cbf47a8a2799039c7 (diff)
Thu Apr 19 00:01:30 UTC 2012
Diffstat (limited to 'testing/gedit/gedit.install')
-rw-r--r--testing/gedit/gedit.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gedit/gedit.install b/testing/gedit/gedit.install
index 9d88a1341..606920688 100644
--- a/testing/gedit/gedit.install
+++ b/testing/gedit/gedit.install
@@ -1,11 +1,11 @@
post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
}
pre_upgrade() {
- if [ -f usr/share/gconf/schemas/gedit.schemas ]; then
- usr/sbin/gconfpkg --uninstall gedit
+ if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+ gconfpkg --uninstall gedit
fi
}