diff options
Diffstat (limited to 'abs/chroot-devel/thunar/thunar.install')
-rw-r--r-- | abs/chroot-devel/thunar/thunar.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/chroot-devel/thunar/thunar.install b/abs/chroot-devel/thunar/thunar.install new file mode 100644 index 0000000..8cf0d85 --- /dev/null +++ b/abs/chroot-devel/thunar/thunar.install @@ -0,0 +1,18 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +op=$1 +shift + +$op $* |