From 889f174a76aff4d50f029273bd0aadda83880fb3 Mon Sep 17 00:00:00 2001 From: Shackra Sislock Date: Thu, 25 Apr 2013 15:44:11 -0600 Subject: adding Sigil: a WYSIWYG epub editor --- pcr/sigil/sigil.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/sigil/sigil.install (limited to 'pcr/sigil/sigil.install') 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 +} -- cgit v1.2.3-2-g168b