summaryrefslogtreecommitdiff
path: root/pcr/youtube-dl-gui/youtube-dl-gui.install
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-04-08 20:32:36 -0300
committerDavid P <megver83@openmailbox.org>2017-04-08 20:32:36 -0300
commitb8cc752daee283ed4aaccafbbc69c5dff0afcaf7 (patch)
treee3ad7dcd020350e383fd2730222ef3a966a15253 /pcr/youtube-dl-gui/youtube-dl-gui.install
parent7710ab22e7f16089a46bdde66f4ca107964bb87d (diff)
downloadabslibre-b8cc752daee283ed4aaccafbbc69c5dff0afcaf7.tar.gz
abslibre-b8cc752daee283ed4aaccafbbc69c5dff0afcaf7.tar.bz2
abslibre-b8cc752daee283ed4aaccafbbc69c5dff0afcaf7.zip
Added youtube-dl-gui to [pcr]
Diffstat (limited to 'pcr/youtube-dl-gui/youtube-dl-gui.install')
-rw-r--r--pcr/youtube-dl-gui/youtube-dl-gui.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/youtube-dl-gui/youtube-dl-gui.install b/pcr/youtube-dl-gui/youtube-dl-gui.install
new file mode 100644
index 000000000..5f3cb0109
--- /dev/null
+++ b/pcr/youtube-dl-gui/youtube-dl-gui.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+