summaryrefslogtreecommitdiff
path: root/extra/tomboy/tomboy.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
commit98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (patch)
tree00d9cdbfdc8ef5d7a4a7159a8c6439008509e662 /extra/tomboy/tomboy.install
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Wed Apr 25 00:01:35 UTC 2012
Diffstat (limited to 'extra/tomboy/tomboy.install')
-rw-r--r--extra/tomboy/tomboy.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/tomboy/tomboy.install b/extra/tomboy/tomboy.install
index f8e2e4a07..84e225486 100644
--- a/extra/tomboy/tomboy.install
+++ b/extra/tomboy/tomboy.install
@@ -1,10 +1,10 @@
pkgname=tomboy
post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
+ gconfpkg --install ${pkgname}
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime
}
pre_upgrade() {
@@ -16,10 +16,10 @@ post_upgrade() {
}
pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+ gconfpkg --uninstall ${pkgname}
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime
}