diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-19 18:09:12 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-19 18:09:12 (GMT) |
commit | 43ef393b635a7da7511057ff72f1ac3d9c41925d (patch) | |
tree | 07fc9522041f08066522fe1ed158603104b568b2 /abs/extra/chromium/chromium.install | |
parent | bf7ad0aef3cdad0fc0f4dae46763cce150ccc65d (diff) | |
download | linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.zip linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.gz linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.bz2 |
remove chromium and deps.
rm deps graphite, harfbuzz, libwebp, opus, snappy, speech-dispatcher
Diffstat (limited to 'abs/extra/chromium/chromium.install')
-rw-r--r-- | abs/extra/chromium/chromium.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/chromium/chromium.install b/abs/extra/chromium/chromium.install deleted file mode 100644 index d43ea7c..0000000 --- a/abs/extra/chromium/chromium.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 -} - -post_remove() { - post_install -} |