diff options
Diffstat (limited to 'abs/core/qt/qt.install')
| -rw-r--r-- | abs/core/qt/qt.install | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/abs/core/qt/qt.install b/abs/core/qt/qt.install index 81ce5c4..5495fb1 100644 --- a/abs/core/qt/qt.install +++ b/abs/core/qt/qt.install @@ -1,12 +1,12 @@  post_install() { -	xdg-icon-resource forceupdate --theme hicolor &> /dev/null +    xdg-icon-resource forceupdate --theme hicolor &> /dev/null      update-desktop-database -q  }  post_upgrade() { -	post_install +    post_install  }  post_remove() { -	post_install +    post_install  } | 
