summarylogtreecommitdiffstats
path: root/thunar-custom-actions.install
blob: 66495a3d36932ab9d5b61b46dac465e75d466e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  echo
  echo "Users wanting to add these thunar custom actions to their personal "
  echo "Thunar configuration need to run:"
  echo
  echo "uca-apply update"
  echo
  echo "To remove the actions from their personal Thunar configuration, "
  echo "users can run:"
  echo
  echo "uca-apply remove"
  echo
}

post_upgrade() {
  post_install
}