diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-15 13:14:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-15 13:14:29 -0300 |
commit | 68d30ac37a5537b91ee1002879ce279ae7b73bbe (patch) | |
tree | ac0026d3f560ece9669bed76b15c109323b6cbd9 /libre/iceape/iceape.install | |
parent | 406ebba9d88502a1b8eb0e7ffd90f77b71d09fa2 (diff) |
iceape: add new package to [libre]
Diffstat (limited to 'libre/iceape/iceape.install')
-rw-r--r-- | libre/iceape/iceape.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/iceape/iceape.install b/libre/iceape/iceape.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/iceape/iceape.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |