Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
145 B

7 years ago
  1. post_install() {
  2. update-desktop-database -q
  3. }
  4. post_upgrade() {
  5. update-desktop-database -q
  6. }
  7. post_remove() {
  8. update-desktop-database -q
  9. }