diff options
Diffstat (limited to 'pcr/httrack/httrack.install')
-rw-r--r-- | pcr/httrack/httrack.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/httrack/httrack.install b/pcr/httrack/httrack.install new file mode 100644 index 000000000..029294d67 --- /dev/null +++ b/pcr/httrack/httrack.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |