diff options
Diffstat (limited to 'dolphin.install')
| -rw-r--r-- | dolphin.install | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} + |
