diff options
Diffstat (limited to 'community/soundkonverter/soundkonverter.install')
-rw-r--r-- | community/soundkonverter/soundkonverter.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/soundkonverter/soundkonverter.install b/community/soundkonverter/soundkonverter.install index 725fc0c5d..0e8feb79c 100644 --- a/community/soundkonverter/soundkonverter.install +++ b/community/soundkonverter/soundkonverter.install @@ -1,12 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } |