summarylogtreecommitdiffstats
path: root/atom-editor-bin.install
diff options
context:
space:
mode:
authorGeorge Rawlinson2016-11-08 08:55:21 +1300
committerGeorge Rawlinson2016-11-08 08:55:21 +1300
commitc439ad65c061ada65dab08203c845b79aea03d23 (patch)
treeaca615686cc27341b0e293fe32c0832b0ca971d2 /atom-editor-bin.install
parent0063df8840ef5e6a9f4f7e1ab89376a7de1ce91f (diff)
downloadaur-c439ad65c061ada65dab08203c845b79aea03d23.tar.gz
Update install files & pkgbuild
Diffstat (limited to 'atom-editor-bin.install')
-rw-r--r--atom-editor-bin.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/atom-editor-bin.install b/atom-editor-bin.install
index 235a9dfa5f76..cbb2be3e7a23 100644
--- a/atom-editor-bin.install
+++ b/atom-editor-bin.install
@@ -1,26 +1,8 @@
# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
-_update() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-}
-
post_install() {
- _update
note "Custom launch flags can be put in: ~/.config/atom-editor-flags.conf"
}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- _update
-}