diff options
Diffstat (limited to 'testing/thunar/thunar.install')
-rw-r--r-- | testing/thunar/thunar.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/thunar/thunar.install b/testing/thunar/thunar.install deleted file mode 100644 index 87c29e4db..000000000 --- a/testing/thunar/thunar.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |