diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-20 16:13:03 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-20 16:13:57 -0300 |
commit | ec36feb452d145ec8734f19167486bc4aff1a2bb (patch) | |
tree | 363c57f421850a5ea41caa6835baacdf5ffb44da /libre/octopi/octopi.install | |
parent | 7484b4632704fbc840ec0dbef98d0f0bb665676d (diff) |
libre/octopi: update package
Diffstat (limited to 'libre/octopi/octopi.install')
-rw-r--r-- | libre/octopi/octopi.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/octopi/octopi.install b/libre/octopi/octopi.install deleted file mode 100644 index 8ec315e7c..000000000 --- a/libre/octopi/octopi.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |