diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-09 12:51:45 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-09 12:51:45 -0300 |
commit | ca8154faa5191e6f1264fc2d46e5eb512535c51a (patch) | |
tree | 967816e55fffa2518981cd858427f5a3283f5473 /libre/octopi/octopi.install | |
parent | c6478dc413b65e5ca059fa8e756514153fdc335c (diff) |
octopi: add new package to [libre]
Diffstat (limited to 'libre/octopi/octopi.install')
-rw-r--r-- | libre/octopi/octopi.install | 12 |
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 +} |