diff options
author | Yann Büchau | 2020-05-31 22:53:29 +0200 |
---|---|---|
committer | Yann Büchau | 2020-05-31 22:53:29 +0200 |
commit | 16bde160213b68770257803155b9766b36921e16 (patch) | |
tree | dec5cf8b1137b0ff7cffac6a62df8daea551c6a7 /thunar-custom-actions.install | |
parent | 552e461341f71986087474cfbe20221596a35599 (diff) | |
download | aur-thunar-custom-actions.tar.gz |
Add note to restart Thunar after uca-apply
Diffstat (limited to 'thunar-custom-actions.install')
-rw-r--r-- | thunar-custom-actions.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thunar-custom-actions.install b/thunar-custom-actions.install index 66495a3d3693..315f2119cec8 100644 --- a/thunar-custom-actions.install +++ b/thunar-custom-actions.install @@ -10,6 +10,11 @@ post_install() { echo echo "uca-apply remove" echo + echo "It might need to be necessary to restart Thunar for the new custom " + echo "actions to show up:" + echo + echo "thunar -q" + echo } post_upgrade() { |