summarylogtreecommitdiffstats
path: root/eddie-ui-git.install
diff options
context:
space:
mode:
authorEddie.website2020-01-29 15:49:27 +0100
committerEddie.website2020-01-29 15:49:27 +0100
commit9fed00b608baae934a5c1c8da9050d6389126fc3 (patch)
treefc20c1f088f797a21df6bb67a61e119c92f20567 /eddie-ui-git.install
parentd579d9099e35c94359726990f67eb1b3c9dacebe (diff)
downloadaur-9fed00b608baae934a5c1c8da9050d6389126fc3.tar.gz
2.18.7
Diffstat (limited to 'eddie-ui-git.install')
-rw-r--r--eddie-ui-git.install30
1 files changed, 0 insertions, 30 deletions
diff --git a/eddie-ui-git.install b/eddie-ui-git.install
deleted file mode 100644
index 2a4b46bb2950..000000000000
--- a/eddie-ui-git.install
+++ /dev/null
@@ -1,30 +0,0 @@
-# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
-_update() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _update
-}