summarylogtreecommitdiffstats
path: root/xfce4-calculator-plugin.install
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-calculator-plugin.install')
-rw-r--r--xfce4-calculator-plugin.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce4-calculator-plugin.install b/xfce4-calculator-plugin.install
index 2c455e952b7b..8882af6e18e4 100644
--- a/xfce4-calculator-plugin.install
+++ b/xfce4-calculator-plugin.install
@@ -1,11 +1,11 @@
post_install() {
- xdg-icon-resource forceupdate
+ xdg-icon-resource forceupdate
}
post_upgrade() {
- post_install $1
+ post_install "${1}"
}
post_remove() {
- post_install $1
+ post_install "${1}"
}