summaryrefslogtreecommitdiff
path: root/pcr/spyder/spyder.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 23:48:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 23:48:25 -0300
commit686b828c74111f0f9cfe90448849c0259d2156fb (patch)
tree8bc75e72ad55a7a6ad427dc6d5a00afc080e35c7 /pcr/spyder/spyder.install
parent116c454988f72dbc7890a61e7a7480043c341eb4 (diff)
parent65091f01d8f8237f11c7880c87c436ef9b08d40b (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/~git/abslibre
Diffstat (limited to 'pcr/spyder/spyder.install')
-rw-r--r--pcr/spyder/spyder.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/spyder/spyder.install b/pcr/spyder/spyder.install
new file mode 100644
index 000000000..62a045c59
--- /dev/null
+++ b/pcr/spyder/spyder.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}