summaryrefslogtreecommitdiff
path: root/~smv/xiphos-svn/xiphos-svn.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-17 19:52:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-17 19:52:39 -0300
commitacdbb84c92dc8962194e0a4d65fbe8afc6bace7c (patch)
treeaad35466e3e7332a74bdcef93ddc17f7b057096b /~smv/xiphos-svn/xiphos-svn.install
parentea2c8211a376cb8e6dfc6359dc7c29b0ec408c2a (diff)
parent8d96e40155e6b47de074ccb1eb10e051b71c6752 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~smv/xiphos-svn/xiphos-svn.install')
-rw-r--r--~smv/xiphos-svn/xiphos-svn.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/~smv/xiphos-svn/xiphos-svn.install b/~smv/xiphos-svn/xiphos-svn.install
new file mode 100644
index 000000000..0cbac7465
--- /dev/null
+++ b/~smv/xiphos-svn/xiphos-svn.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}