summarylogtreecommitdiffstats
path: root/orca-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'orca-git.install')
-rw-r--r--orca-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/orca-git.install b/orca-git.install
index 17ca8f78a655..806fc7c0ec37 100644
--- a/orca-git.install
+++ b/orca-git.install
@@ -1,11 +1,11 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}