summaryrefslogtreecommitdiff
path: root/libre/octopi/octopi.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-09 12:51:45 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-09 12:51:45 -0300
commitca8154faa5191e6f1264fc2d46e5eb512535c51a (patch)
tree967816e55fffa2518981cd858427f5a3283f5473 /libre/octopi/octopi.install
parentc6478dc413b65e5ca059fa8e756514153fdc335c (diff)
downloadabslibre-ca8154faa5191e6f1264fc2d46e5eb512535c51a.tar.gz
abslibre-ca8154faa5191e6f1264fc2d46e5eb512535c51a.tar.bz2
abslibre-ca8154faa5191e6f1264fc2d46e5eb512535c51a.zip
octopi: add new package to [libre]
Diffstat (limited to 'libre/octopi/octopi.install')
-rw-r--r--libre/octopi/octopi.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/octopi/octopi.install b/libre/octopi/octopi.install
new file mode 100644
index 000000000..8ec315e7c
--- /dev/null
+++ b/libre/octopi/octopi.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}