diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-04-25 15:44:11 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-04-25 15:44:11 -0600 |
commit | 889f174a76aff4d50f029273bd0aadda83880fb3 (patch) | |
tree | d3a1c9b1e1998f8bd1dacf2589f9d1ee9c6e99e2 /pcr/sigil/sigil.install | |
parent | f9493ab620982f2c2a379c475e8fd2bae7114b6e (diff) | |
download | abslibre-889f174a76aff4d50f029273bd0aadda83880fb3.tar.gz abslibre-889f174a76aff4d50f029273bd0aadda83880fb3.tar.bz2 abslibre-889f174a76aff4d50f029273bd0aadda83880fb3.zip |
adding Sigil: a WYSIWYG epub editor
Diffstat (limited to 'pcr/sigil/sigil.install')
-rw-r--r-- | pcr/sigil/sigil.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/sigil/sigil.install b/pcr/sigil/sigil.install new file mode 100644 index 000000000..ec506fa93 --- /dev/null +++ b/pcr/sigil/sigil.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |