diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 17:17:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-19 17:17:31 -0500 |
commit | 173039dced004bb81846a2b6a3eaf90984633647 (patch) | |
tree | cf6b64ac5338625bcdedc6045bd14d892823f36b /pcr/utox/utox.install | |
parent | 6a2700a36c5c8b918f22eaeecdb8dfcdc14090be (diff) | |
download | abslibre-173039dced004bb81846a2b6a3eaf90984633647.tar.gz abslibre-173039dced004bb81846a2b6a3eaf90984633647.tar.bz2 abslibre-173039dced004bb81846a2b6a3eaf90984633647.zip |
utox: add new package to [pcr]
Diffstat (limited to 'pcr/utox/utox.install')
-rw-r--r-- | pcr/utox/utox.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/utox/utox.install b/pcr/utox/utox.install new file mode 100644 index 000000000..f6b9b8021 --- /dev/null +++ b/pcr/utox/utox.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 +} |