summarylogtreecommitdiffstats
path: root/receitanet.install
diff options
context:
space:
mode:
Diffstat (limited to 'receitanet.install')
-rw-r--r--receitanet.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/receitanet.install b/receitanet.install
new file mode 100644
index 000000000000..e12536d55967
--- /dev/null
+++ b/receitanet.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo&&cat /usr/share/licenses/receitanet/Copyright&&echo
+}
+
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_upgrade
+}