From 71f890a2f1688ec932bc126f6f256743053c85bc Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Tue, 18 Aug 2015 17:21:48 +0000 Subject: Prepare KDE Applications 15.08 release --- dolphin.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dolphin.install (limited to 'dolphin.install') diff --git a/dolphin.install b/dolphin.install new file mode 100644 index 0000000..74ff488 --- /dev/null +++ b/dolphin.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + -- cgit v1.3.1