Advertisement
Guest User

dirsyncpro.install

a guest
Apr 17th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. post_install() {
  2.   xdg-icon-resource forceupdate
  3.   update-desktop-database -q
  4. }
  5. post_upgrade() {
  6.   post_install
  7. }
  8. post_remove() {
  9.   post_install
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement