summarylogtreecommitdiffstats
path: root/sshconf.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2016-05-02 18:50:00 +0200
committerJaroslav Lichtblau2016-05-02 18:50:00 +0200
commit5c4ef61cbf9d01c35bbb99740be077508ea93d27 (patch)
tree25d6f557cec328bc078f976d663db13cf797fdf4 /sshconf.install
parentd5f467504daa4116278bc82950fa9835d7144a45 (diff)
downloadaur-5c4ef61cbf9d01c35bbb99740be077508ea93d27.tar.gz
sshconfi - install file not needed due to pacman hooks
Diffstat (limited to 'sshconf.install')
-rw-r--r--sshconf.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/sshconf.install b/sshconf.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/sshconf.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}