diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 01:24:51 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 01:24:51 -0300 |
commit | ddc7aa765fba06b37096454456dac4a25e62a97b (patch) | |
tree | 5aaed9daba7f6fcf8575f7b3deb1a186be51acc1 /libre/arora/install | |
parent | e928731ca6857b69ad7325f8d44e72105900b917 (diff) |
rename to arora
Diffstat (limited to 'libre/arora/install')
-rw-r--r-- | libre/arora/install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/arora/install b/libre/arora/install new file mode 100644 index 000000000..b0409600c --- /dev/null +++ b/libre/arora/install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true + update-desktop-database -q || true +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |